Tyro's efforts with Longwell 1.1.

From: Jon Crump <jjcrump_at_u.washington.edu>
Date: Sun, 3 Apr 2005 12:30:39 -0700 (PDT)

Wiser heads,

I've been asked to evaluate Longwell and other elements of the Simile
project for my institution's digital libraries initiative. Having limited
computer background, and being pretty new to the semantic web world, I
thought I would try to get Longwell running with just a simplified
fragment of the data sets that we will be working with, and gradually
expand them from there as I learn more about RDF and web ontologies.
Unfortunately, so far I've been unable to browse even this small test
file, though I was able to get the Longwell 1.1 distribution up and
running with the datasets that came with it.

After successfully mounting and searching the bibliography model that came
with the Longwell distribution, I replaced the config.n3 with my config.n3
file; removed the bibliography directory in WEB-INF/data and replaced it
with my rdf model 'content.rdf'. I left everything else in WEB-INF/data
intact (I've also tried it with nothing in WEB-INF/data except my rdf
file) and ran Longwell again. The failed execution log included below was
the result. It would seem that there is something wrong with my config
file that results in a "java.lang.NullPointerException."

I have also attempted to mount my rdf model using the Longwell build
system, but it's not entirely clear from the user's guide where _exactly_
the rdf model and config.n3 file should go, or what supporting files are
necessary; moreover, though I eventually was able to find a way to select
my data file from the given list by creating a local.build.properties
file, the build nevertheless failed in similar fashion.

As I have only the feeblest grasp of RDF in any case, much less the n3
notation for it, I can't guess what the problem is. I'm hoping wiser heads
will consent to take a look.

I've included the execution log, the config.n2 file and my brief RDF data
file (content.rdf) below:

=====================================================
[El-Cid:~/Desktop/longwell-1.1] jjc% ./longwell.sh run
-------------------- Loading --------------------
Processing repository: ./tools/jetty/lib
Adding jar: ./tools/jetty/lib/jetty-4.2.19.jar
Adding jar: ./tools/jetty/lib/servlet-2.3.jar
Processing repository: ./lib/endorsed
Adding jar: ./lib/endorsed/xercesImpl-2.6.2.jar
Adding jar: ./lib/endorsed/xml-apis.jar
-------------------- Executing -----------------
Main Class: org.mortbay.jetty.Server
17:43:13.060 EVENT Checking Resource aliases
17:43:15.886 EVENT Starting Jetty/4.2.19
17:43:17.502 EVENT Started WebApplicationContext[/,./webapp]
[INFO - edu.mit.simile.RDFBrowser] Loading files from data.path: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/content.rdf
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/bibliographies.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/cia-wfb.owl
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/cidoc_crm.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/contact.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/dc.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/dcq.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/doap.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/doc.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/foaf.owl
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/geo.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/imsmd_educationalv1p2.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/imsmd_generalv1p2.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/imsmd_lifecyclev1p2.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/imsmd_rootv1p2.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/imsmd_technicalv1p2.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/rdf.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/rdfs.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/rec54.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/skos.owl
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/official/wordnet.rdfs
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/unofficial/artstor.rdfs.n3
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/unofficial/display.rdfs.n3
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/unofficial/geography.rdfs.n3
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/unofficial/glossary.rdfs.n3
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/unofficial/java.rdfs.n3
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/unofficial/oclc.rdfs.n3
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/unofficial/ocw.rdfs.n3
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/unofficial/person.rdfs.n3
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/unofficial/skosext.owl.n3
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/unofficial/via.rdfs.n3
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/ontologies/unofficial/vraCore3.rdfs.n3
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/data/simile-glossary/simile-glossary.n3
[INFO - edu.mit.simile.RDFBrowser] Time to read in RDF data and schemas: 21.385 seconds
[INFO - edu.mit.simile.RDFBrowser] Prior to inferencing, RDF model contains 6743 statements
[INFO - edu.mit.simile.RDFBrowser] Starting inferencing...
[INFO - edu.mit.simile.RDFBrowser] [WARNING: this can take a while, even 15 minutes!]
[INFO - edu.mit.simile.RDFBrowser] Finished inferencing, RDF model contains 8153 statements
[INFO - edu.mit.simile.RDFBrowser] Time to run inferencing: 913 milliseconds
[ERROR - Velocity] VM #renderFrame: error : too few arguments to macro. Wanted 2 got 0
[ERROR - Velocity] VM #renderFrame: error : too few arguments to macro. Wanted 2 got 0
[INFO - edu.mit.simile.RDFBrowser] Initializing Downend...
[ERROR - Velocity] VM #renderFrame: error : too few arguments to macro. Wanted 2 got 0
[ERROR - Velocity] VM #renderFrame: error : too few arguments to macro. Wanted 2 got 0
[INFO - edu.mit.simile.RDFBrowser] Initializing Knowle...
[ERROR - Velocity] VM #renderFrame: error : too few arguments to macro. Wanted 2 got 0
[ERROR - Velocity] VM #renderFrame: error : too few arguments to macro. Wanted 2 got 0
[INFO - edu.mit.simile.RDFBrowser] Initializing Longwell...
[INFO - edu.mit.simile.RDFBrowser] Loading Browser Configuration...
[INFO - edu.mit.simile.RDFBrowser] Loading model: /Users/jjc/Desktop/longwell-1.1/webapp/WEB-INF/config.n3
[ERROR - edu.mit.simile.RDFBrowser] Error initializing Longwell
java.lang.NullPointerException
         at edu.mit.simile.longwell.BrowserConfig.loadConfiguration(BrowserConfig.java:342)
         at edu.mit.simile.longwell.Longwell.configure(Longwell.java:69)
         at edu.mit.simile.longwell.Longwell.init(Longwell.java:138)
         at org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:220)
         at org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHandler.java:445)
         at org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:150)
         at org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationContext.java:458)
         at org.mortbay.http.HttpServer.start(HttpServer.java:663)
         at org.mortbay.jetty.Server.main(Server.java:429)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at Loader.invokeMain(Unknown Source)
         at Loader.run(Unknown Source)
         at Loader.main(Unknown Source)
[ERROR - Velocity] VM #renderFrame: error : too few arguments to macro. Wanted 2 got 0
[ERROR - Velocity] VM #renderFrame: error : too few arguments to macro. Wanted 2 got 0
[INFO - edu.mit.simile.RDFBrowser] Initializing Patchway...
17:43:46.554 EVENT Started SocketListener on 0.0.0.0:8080
17:43:46.564 WARN!!
org.mortbay.util.MultiException[javax.servlet.ServletException]
         at org.mortbay.http.HttpServer.start(HttpServer.java:640)
         at org.mortbay.jetty.Server.main(Server.java:429)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at Loader.invokeMain(Unknown Source)
         at Loader.run(Unknown Source)
         at Loader.main(Unknown Source)
[0]=javax.servlet.ServletException
         at edu.mit.simile.longwell.Longwell.init(Longwell.java:141)
         at org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:220)
         at org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHandler.java:445)
         at org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:150)
         at org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationContext.java:458)
         at org.mortbay.http.HttpServer.start(HttpServer.java:663)
         at org.mortbay.jetty.Server.main(Server.java:429)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at Loader.invokeMain(Unknown Source)
         at Loader.run(Unknown Source)
         at Loader.main(Unknown Source)
=========================================================

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 : <#> .

<>
     dc:title "SIMILE browser display configuration" ;
     dc:creator "Jon Crump" ;
     dc:publisher "UW Digital Libraries Initiative" ;
     dc:date "2005-04-02" ;
     dc:format "RDF" .

# Display parts
:Content a disp:BrowserConfiguration .

:Content disp:displayProperties (
dc:title
dc:creator
dc:date
dc:description
dc:location
dc:source
dc:thumbnail
) .

:Content disp:displayFacets (
dc:creator
dc:location
dc:date
) .

:Content disp:displayClasses (
uwdl:Record
) .

:Content disp:propertyObjectDisplay (
dc:title
dc:creator
dc:date
dc:description
dc:location
dc:thumbnail
) .

# 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:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:uwdl="http://content.lib.washington.edu/contentcollections#">

         <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>Afghanistan</dc:location>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconMH99.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/MH99.JPG"/>
         </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>Afghanistan</dc:location>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconMH100.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/MH100.JPG"/>
         </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>Australia</dc:location>
                 <dc:location>New South Wales</dc:location>
                 <dc:location>Sydney</dc:location>
                 <dc:date>1800-1899</dc:date>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconJS53.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/JS53.JPG"/>
         </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>Australia</dc:location>
                 <dc:location>New South Wales</dc:location>
                 <dc:location>Sydney</dc:location>
                 <dc:date>1957-1973</dc:date>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconJS16.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/JS16.JPG"/>
         </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>Australia</dc:location>
                 <dc:location>New South Wales</dc:location>
                 <dc:location>Sydney</dc:location>
                 <dc:date>1957-1973</dc:date>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconJS17.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/JS17.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Salzburg</dc:location>
                 <dc:date>1612-1628</dc:date>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW870.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW870.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Salzburg</dc:location>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW872.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW872.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Salzburg</dc:location>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW876.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW876.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Salzburg</dc:location>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW869.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW869.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Salzburg</dc:location>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW871.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW871.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Salzburg</dc:location>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW873.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW873.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Salzburg</dc:location>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW874.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW874.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Salzburg</dc:location>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW875.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW875.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Vienna</dc:location>
                 <dc:date>1714-1723</dc:date>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW859.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW859.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Vienna</dc:location>
                 <dc:date>1714-1723</dc:date>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW860.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW860.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Vienna</dc:location>
                 <dc:date>1714-1723</dc:date>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW861.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW861.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Vienna</dc:location>
                 <dc:date>1714-1723</dc:date>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW862.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW862.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Vienna</dc:location>
                 <dc:date>1714-1723</dc:date>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW863.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW863.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Vienna</dc:location>
                 <dc:date>1714-1723</dc:date>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW864.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW864.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Vienna</dc:location>
                 <dc:date>1714-1723</dc:date>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW865.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW865.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Vienna</dc:location>
                 <dc:date>1714-1723</dc:date>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW866.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW866.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Vienna</dc:location>
                 <dc:date>1714-1723</dc:date>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW867.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW867.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Vienna</dc:location>
                 <dc:date>1714-1723</dc:date>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW868.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW868.JPG"/>
         </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>Austria</dc:location>
                 <dc:location>Vienna</dc:location>
                 <dc:thumbnail rdf:resource="http://content-dev.lib.washington.edu/buildings/image/iconDW841.JPG"/>
                 <dc:source rdf:resource="http://content-dev.lib.washington.edu/buildings/image/DW841.JPG"/>
         </uwdl:Record>
</rdf:RDF>

__________
J.J. Crump
Dept. of History 353560
University of Washington
Seattle, WA. 98195
Received on Sun Apr 03 2005 - 19:30:22 EDT

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