Re: Tyro's efforts with Longwell 1.1.

From: Jon Crump <jjcrump_at_u.washington.edu>
Date: Wed, 6 Apr 2005 11:31:38 -0700 (PDT)

Dear All,

Many thanks to Ryan for his swift and informative reply. As I suspected,
mine is a conceptual problem rather than a trivial one and his
observations were very helpful. Longwell stopped throwing me errors;
however, it still won't show me anything. Mark Butler's comments
(http://simile.mit.edu/mail/ReadMsg?listName=Dev&msgNo=1256) were helpful
in dispelling some of the fog, but I had a question about them. He says:

<<
You will probably have lots of instances of the string "Okatee Creek" in
the data. To normalize this, you create a node that represents the concept
of "Okatee Creek". This node has an rdfs:label attached that says "Okatee
Creek". Next you update all the experimental results that were taken at
Okatee Creek point at the node rather than the string e.g.

<ohh:deployment>OCM20011113</ohh:deployment>
<ohh:location>
     <rdf:Description
rdf:about="http://www.somegeographicinfoserver.org/geometadata/listOfLoc
ations#okateeCreek">
      <rdfs:label>Okatee Creek</rdfs:label>
</ohh:location>
>>

In the above, the rdf:Description element is not closed. Should it be an
empty element or should it have its own closing tag? I presume the former,
but I'm just checking. Also, would the resource node in question look like
this:

<ohh:location
rdf:resource="http://www.somegeographicinfoserver.org/geometadata/listOfLoc
ations#okateeCreek">
         <rdfs:label>Okatee Creek</rdfs:label>
</ohh:location>

I've appended below copies of my new config.n3 files and an expanded
version of my rdf fragment. content.rdf is actually a transformation via
xslt of a portion of the dirty xml data file I'm working with. It was
originally transformed for use in a commercial product called Seamark
which members of the list might be familiar with. Seamark too offers
'faceted' browsing of RDF data and I was curious to see if Longwell could
use this file unaltered.

The nodes that I've identified as disp:displayFacets have resources rather
than literal values as Ryan suggested, and they are collected and labeled
at the bottom of the file. Longwell doesn't choke on the config file, and
it seems to suck down the rdf file without cavil, and yet it still won't
show me anything.

If anyone would be willing to explain, briefly, why this file does not
work, it would go a long way toward clarifying for me just how an rdf
model should be structured, and how it should function. As Mark Butler
observed:

"although there are a lot of resources that describe the vagaries of
things like the RDF/XML syntax, there are very few resources that describe
how to build good RDF models. Specifically even though normalisation is a
very important issue, I've never seen it explicitly applied to RDF."

The Paul Ford articles that Mark cited (http://www.xml.com/pub/au/192) are
very useful, but if anybody can suggest any further bibliography on
normalization, I'd be obliged.

Thanks in advance to any who are willing to entertain these naive and
long-winded questions.

Jon
__________
J.J. Crump
Dept. of History 353560
University of Washington
Seattle, WA. 98195

============
config.n3:
============
_at_prefix dc: <http://purl.org/dc/elements/1.1/> .
_at_prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
_at_prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
_at_prefix uwdl: <http://content.lib.washington.edu/contentcollections#> .
_at_prefix disp: <http://simile.mit.edu/2004/02/ontologies/display#> .
_at_prefix : <#> .


# Display parts
:Content a disp:BrowserConfiguration .

:Content disp:displayProperties (
dc:title
dc:creator
dc:date
dc:description
dc:location
dc:source
dc:thumbnail
uwdl:objectname
uwdl:type
uwdl:style
uwdl:materials
uwdl:place
uwdl:partof
) .

:Content disp:displayFacets (
dc:location
uwdl:objectname
) .

:Content disp:displayClasses (
uwdl:Record
uwdl:Objectname
) .

:Content disp:propertyObjectDisplay (
dc:thumbnail
dc:source
) .

# Display as a hyperlink
dc:thumbnail a disp:GetImage .
dc:source a disp:Link .

============
content.rdf:
============
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:uwdl="http://content.lib.washington.edu/contentcollections#"
xmlns:s="http://www.w3.org/TR/1999/PR-rdf-schema-19990303">

         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#MH99">
                 <dc:title>Khyber Pass</dc:title>
                 <dc:description>distant view of mud-walled houses</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Afghanistan"/>
                 <dc:date/>
                 <dc:date/>
                 <uwdl:objectname rdf:resource="http://content.lib.washington.edu/contentcollections/objectname#Khyber Pass (Afghanistan and Pakistan)"/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/MH99.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconMH99.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#MH100">
                 <dc:title>Khyber Pass</dc:title>
                 <dc:description>distant view</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Afghanistan"/>
                 <dc:date/>
                 <dc:date/>
                 <uwdl:objectname rdf:resource="http://content.lib.washington.edu/contentcollections/objectname#Khyber Pass (Afghanistan and Pakistan)"/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/MH100.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconMH100.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#JS53">
                 <dc:title>Strand Arcade</dc:title>
                 <dc:creator>Hundertwasser, 1928-</dc:creator>
                 <dc:description>interior view</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Australia"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#New South Wales"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Sydney"/>
                 <dc:date>1800-1899</dc:date>
                 <dc:date/>
                 <uwdl:objectname rdf:resource="http://content.lib.washington.edu/contentcollections/objectname#Strand Arcade (Sydney, N.S.W.)"/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/JS53.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconJS53.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#JS16">
                 <dc:title>Sydney Opera House</dc:title>
                 <dc:creator>Utzon, Jorn, 1918-</dc:creator>
                 <dc:description>exterior view</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Australia"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#New South Wales"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Sydney"/>
                 <dc:date>1957-1973</dc:date>
                 <dc:date/>
                 <uwdl:objectname rdf:resource="http://content.lib.washington.edu/contentcollections/objectname#Sydney Opera House"/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/JS16.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconJS16.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#JS17">
                 <dc:title>Sydney Opera House</dc:title>
                 <dc:creator>Utzon, Jorn, 1918-</dc:creator>
                 <dc:description>exterior view of roof detail</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Australia"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#New South Wales"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Sydney"/>
                 <dc:date>1957-1973</dc:date>
                 <dc:date/>
                 <uwdl:objectname rdf:resource="http://content.lib.washington.edu/contentcollections/objectname#Sydney Opera House"/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/JS17.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconJS17.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw870">
                 <dc:title>Cathedral of Saint Rupert</dc:title>
                 <dc:creator>Solari, Santino</dc:creator>
                 <dc:description>distant view</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Salzburg"/>
                 <dc:date>1612-1628</dc:date>
                 <dc:date/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW870.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW870.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw872">
                 <dc:title>Fortress of Hohensalzburg</dc:title>
                 <dc:description>view across Salzach River</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Salzburg"/>
                 <dc:date/>
                 <dc:date/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW872.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW872.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw876">
                 <dc:title>Kapuzinerkloster</dc:title>
                 <dc:description>distant view</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Salzburg"/>
                 <dc:date/>
                 <dc:date/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW876.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW876.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw869">
                 <dc:title>Salzburg</dc:title>
                 <dc:description>view from Fortress of Hohensalzburg</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Salzburg"/>
                 <dc:date/>
                 <dc:date/>
                 <uwdl:objectname rdf:resource="http://content.lib.washington.edu/contentcollections/objectname#Salzburg (Austria)"/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW869.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW869.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw871">
                 <dc:title>Salzburg</dc:title>
                 <dc:description>view looking west</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Salzburg"/>
                 <dc:date/>
                 <dc:date/>
                 <uwdl:objectname rdf:resource="http://content.lib.washington.edu/contentcollections/objectname#Salzburg (Austria)"/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW871.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW871.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw873">
                 <dc:title>Salzburg</dc:title>
                 <dc:description>detail of city street</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Salzburg"/>
                 <dc:date/>
                 <dc:date/>
                 <uwdl:objectname rdf:resource="http://content.lib.washington.edu/contentcollections/objectname#Salzburg (Austria)"/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW873.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW873.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw874">
                 <dc:title>Salzburg</dc:title>
                 <dc:description>detail of city street</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Salzburg"/>
                 <dc:date/>
                 <dc:date/>
                 <uwdl:objectname rdf:resource="http://content.lib.washington.edu/contentcollections/objectname#Salzburg (Austria)"/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW874.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW874.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw875">
                 <dc:title>Salzburg</dc:title>
                 <dc:description>detail of city street</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Salzburg"/>
                 <dc:date/>
                 <dc:date/>
                 <uwdl:objectname rdf:resource="http://content.lib.washington.edu/contentcollections/objectname#Salzburg (Austria)"/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW875.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW875.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw859">
                 <dc:title>Belvedere Palace</dc:title>
                 <dc:creator>Hildebrandt, Johann Lukas von,</dc:creator>
                 <dc:description>exterior view of entrance</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Vienna"/>
                 <dc:date>1714-1723</dc:date>
                 <dc:date/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW859.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW859.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw860">
                 <dc:title>Belvedere Palace</dc:title>
                 <dc:creator>Hildebrandt, Johann Lukas von,</dc:creator>
                 <dc:description>exterior view</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Vienna"/>
                 <dc:date>1714-1723</dc:date>
                 <dc:date/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW860.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW860.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw861">
                 <dc:title>Belvedere Palace</dc:title>
                 <dc:creator>Hildebrandt, Johann Lukas von,</dc:creator>
                 <dc:description>close-up view of main facade</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Vienna"/>
                 <dc:date>1714-1723</dc:date>
                 <dc:date/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW861.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW861.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw862">
                 <dc:title>Belvedere Palace</dc:title>
                 <dc:creator>Hildebrandt, Johann Lukas von,</dc:creator>
                 <dc:description>view from below cascade</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Vienna"/>
                 <dc:date>1714-1723</dc:date>
                 <dc:date/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW862.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW862.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw863">
                 <dc:title>Belvedere Palace</dc:title>
                 <dc:creator>Hildebrandt, Johann Lukas von,</dc:creator>
                 <dc:description>view from palace across cascade toward city</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Vienna"/>
                 <dc:date>1714-1723</dc:date>
                 <dc:date/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW863.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW863.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw864">
                 <dc:title>Belvedere Palace</dc:title>
                 <dc:creator>Hildebrandt, Johann Lukas von,</dc:creator>
                 <dc:description>interior view</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Vienna"/>
                 <dc:date>1714-1723</dc:date>
                 <dc:date/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW864.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW864.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw865">
                 <dc:title>Belvedere Palace</dc:title>
                 <dc:creator>Hildebrandt, Johann Lukas von,</dc:creator>
                 <dc:description>view of entrance gate</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Vienna"/>
                 <dc:date>1714-1723</dc:date>
                 <dc:date/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW865.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW865.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw866">
                 <dc:title>Belvedere Palace</dc:title>
                 <dc:creator>Hildebrandt, Johann Lukas von,</dc:creator>
                 <dc:description>exterior view of main facade</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Vienna"/>
                 <dc:date>1714-1723</dc:date>
                 <dc:date/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW866.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW866.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw867">
                 <dc:title>Belvedere Palace</dc:title>
                 <dc:creator>Hildebrandt, Johann Lukas von,</dc:creator>
                 <dc:description>interior view with statue of Apotheosis of Prince Eugene of Savoy</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Vienna"/>
                 <dc:date>1714-1723</dc:date>
                 <dc:date/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW867.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW867.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw868">
                 <dc:title>Belvedere Palace</dc:title>
                 <dc:creator>Hildebrandt, Johann Lukas von,</dc:creator>
                 <dc:description>interior view of entrance hall</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Vienna"/>
                 <dc:date>1714-1723</dc:date>
                 <dc:date/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW868.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW868.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Record rdf:about="http://content.lib.washington.edu/contentcollections#dw841">
                 <dc:title>Building on Maria Theresa Street</dc:title>
                 <dc:description>exterior view</dc:description>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
                 <dc:location rdf:resource="http://content.lib.washington.edu/contentcollections/place#Vienna"/>
                 <dc:date/>
                 <dc:date/>
                 <dc:source>http://content-dev.lib.washington.edu/buildings/image/DW841.JPG</dc:source>
                 <dc:thumbnail>http://content-dev.lib.washington.edu/buildings/image/iconDW841.JPG</dc:thumbnail>
         </uwdl:Record>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Khyber Pass (Afghanistan and Pakistan)">
                 <uwdl:object>Khyber Pass (Afghanistan and Pakistan)</uwdl:object>
                 <uwdl:type>house</uwdl:type>
                 <uwdl:materials>adobe, stones</uwdl:materials>
                 <uwdl:style>one-story</uwdl:style>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Khyber Pass (Afghanistan and Pakistan)">
                 <uwdl:object>Khyber Pass (Afghanistan and Pakistan)</uwdl:object>
                 <uwdl:type>house</uwdl:type>
                 <uwdl:materials>adobe, stones</uwdl:materials>
                 <uwdl:style>one-story</uwdl:style>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Strand Arcade (Sydney, N.S.W.)">
                 <uwdl:object>Strand Arcade (Sydney, N.S.W.)</uwdl:object>
                 <uwdl:type>arcades</uwdl:type>
                 <uwdl:materials>brick, stone</uwdl:materials>
                 <uwdl:style>Victorian</uwdl:style>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Sydney Opera House">
                 <uwdl:object>Sydney Opera House</uwdl:object>
                 <uwdl:type>opera houses</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Sydney Opera House">
                 <uwdl:object>Sydney Opera House</uwdl:object>
                 <uwdl:type>opera houses</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Cathedral of Saint Rupert">
                 <uwdl:object>Cathedral of Saint Rupert</uwdl:object>
                 <uwdl:type>cathedrals</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Fortress of Hohensalzburg">
                 <uwdl:object>Fortress of Hohensalzburg</uwdl:object>
                 <uwdl:type>fortresses</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Kapuzinerkloster">
                 <uwdl:object>Kapuzinerkloster</uwdl:object>
                 <uwdl:type>monasteries</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Salzburg (Austria)">
                 <uwdl:object>Salzburg (Austria)</uwdl:object>
                 <uwdl:type>city views</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Salzburg (Austria)">
                 <uwdl:object>Salzburg (Austria)</uwdl:object>
                 <uwdl:type>city views</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Salzburg (Austria)">
                 <uwdl:object>Salzburg (Austria)</uwdl:object>
                 <uwdl:type>city street</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Salzburg (Austria)">
                 <uwdl:object>Salzburg (Austria)</uwdl:object>
                 <uwdl:type>city street</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Salzburg (Austria)">
                 <uwdl:object>Salzburg (Austria)</uwdl:object>
                 <uwdl:type>city street</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Belvedere Palace">
                 <uwdl:object>Belvedere Palace</uwdl:object>
                 <uwdl:type>palaces</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Belvedere Palace">
                 <uwdl:object>Belvedere Palace</uwdl:object>
                 <uwdl:type>palaces</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Belvedere Palace">
                 <uwdl:object>Belvedere Palace</uwdl:object>
                 <uwdl:type>palaces</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Belvedere Palace">
                 <uwdl:object>Belvedere Palace</uwdl:object>
                 <uwdl:type>palaces</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Belvedere Palace">
                 <uwdl:object>Belvedere Palace</uwdl:object>
                 <uwdl:type>palaces</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Belvedere Palace">
                 <uwdl:object>Belvedere Palace</uwdl:object>
                 <uwdl:type>palaces</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Belvedere Palace">
                 <uwdl:object>Belvedere Palace</uwdl:object>
                 <uwdl:type>palaces</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Belvedere Palace">
                 <uwdl:object>Belvedere Palace</uwdl:object>
                 <uwdl:type>palaces</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Belvedere Palace">
                 <uwdl:object>Belvedere Palace</uwdl:object>
                 <uwdl:type>palaces</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Belvedere Palace">
                 <uwdl:object>Belvedere Palace</uwdl:object>
                 <uwdl:type>palaces</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:Objectname rdf:about="http://content.lib.washington.edu/contentcollections/objectname#Building on Maria Theresa Street">
                 <uwdl:object>Building on Maria Theresa Street</uwdl:object>
                 <uwdl:type>buildings</uwdl:type>
                 <uwdl:materials/>
                 <uwdl:style/>
         </uwdl:Objectname>
         <uwdl:place rdf:about="http://content.lib.washington.edu/contentcollections/place#world">
                 <dc:title>World</dc:title>
         </uwdl:place>
         <uwdl:place rdf:about="http://content.lib.washington.edu/contentcollections/place#Afghanistan">
                 <dc:title>Afghanistan</dc:title>
                 <uwdl:partof rdf:resource="http://content.lib.washington.edu/contentcollections/place#world"/>
         </uwdl:place>
         <uwdl:place rdf:about="http://content.lib.washington.edu/contentcollections/place#Australia">
                 <dc:title>Australia</dc:title>
                 <uwdl:partof rdf:resource="http://content.lib.washington.edu/contentcollections/place#world"/>
         </uwdl:place>
         <uwdl:place rdf:about="http://content.lib.washington.edu/contentcollections/place#Austria">
                 <dc:title>Austria</dc:title>
                 <uwdl:partof rdf:resource="http://content.lib.washington.edu/contentcollections/place#world"/>
         </uwdl:place>
         <uwdl:place rdf:about="http://content.lib.washington.edu/contentcollections/place#New South Wales">
                 <dc:title>New South Wales</dc:title>
                 <uwdl:partof rdf:resource="http://content.lib.washington.edu/contentcollections/place#Australia"/>
         </uwdl:place>
         <uwdl:place rdf:about="http://content.lib.washington.edu/contentcollections/place#Sydney">
                 <dc:title>Sydney</dc:title>
                 <uwdl:partof rdf:resource="http://content.lib.washington.edu/contentcollections/place#New South Wales"/>
         </uwdl:place>
         <uwdl:place rdf:about="http://content.lib.washington.edu/contentcollections/place#Salzburg">
                 <dc:title>Salzburg</dc:title>
                 <uwdl:partof rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
         </uwdl:place>
         <uwdl:place rdf:about="http://content.lib.washington.edu/contentcollections/place#Vienna">
                 <dc:title>Vienna</dc:title>
                 <uwdl:partof rdf:resource="http://content.lib.washington.edu/contentcollections/place#Austria"/>
         </uwdl:place>
</rdf:RDF>
Received on Wed Apr 06 2005 - 18:31:18 EDT

This archive was generated by hypermail 2.3.0 : Thu Aug 09 2012 - 16:39:18 EDT