<?xml version="1.0"?>
<!DOCTYPE perspective SYSTEM "http://nlp.fi.muni.cz/projekty/visualbrowser/perspective.dtd">    
<perspective>
  <name>Library</name>
  <desc>Example of visualising the library catalogue</desc>
  <start>http://library.muni.cz#children</start>
  <node subj="http://library.muni.cz#Author" display="false"/>
  <node subj="http://library.muni.cz#Article" display="false"/>
  <node subj="http://library.muni.cz#Keyword" display="false"/>
  <node subj="http://library.muni.cz#Journal" display="false"/>
  <node pred="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" obj="http://library.muni.cz#Journal" fontsize="12" shape="1" bgcolor="#0066ff" color="#ffffff" desc="journal"/>
  <node pred="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" obj="http://library.muni.cz#Author" fontsize="14" shape="2" bgcolor="#ff6600" color="#ffffff" desc="author"/>
  <node pred="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" obj="http://library.muni.cz#Article" label="  " fontsize="10" shape="0" bgcolor="#6600ff" desc="article"/>
  <edge name="http://library.muni.cz#hasKeywords" length="150" color="#cccccc" shape="2" label="keyword" desc="keyword"/>
  <edge name="http://library.muni.cz#hasAuthor" length="50" color="#ff9999" shape="0" desc="author"/>
  <hint name="http://library.muni.cz#title" label="TITLE: "/>
  <hint name="http://library.muni.cz#issue" label="PUBLISHED: "/>
  <hint name="http://www.w3.org/2000/01/rdf-schema#label" eval="label"/>
</perspective>  


