Re: Longwell Error

From: Ryan Lee <ryan_at_ryanlee.org>
Date: Fri, 25 Feb 2005 11:06:18 -0500

J. Steven Hughes wrote:
> Hi David,
>
> I have been successfully searching the attached files using the
> Longwell-1.0.1 release. I just installed the Longwell-1.1 release and
> got the following error on both PC and Linux systems. I seem to remember
> someone else having a similar problem. Suggestions?
>
> thanks
> Steve

Hi Steve,

Thanks for attaching your files. We changed the configuration file
syntax in 1.1 to use rdf:List instead of rdf:Seq. I've attached a
revised version of your config.n3 that I tested in my environment and
that should now work in yours.

Thanks,
-- 
Ryan Lee
ryan_at_ryanlee.org
http://ryanlee.org/


_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 foaf: <http://xmlns.com/foaf/0.1/> .
_at_prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
_at_prefix disp: <http://simile.mit.edu/2004/02/ontologies/display#> .
_at_prefix rdf_: <http://protege.stanford.edu/rdf#> .
_at_prefix : <#> .

<>
    dc:title "SIMILE browser display configuration" ;
    dc:creator "J. Steven Hughes" ;
    dc:publisher "Planetary Data System" ;
    dc:date "2005-01-07" ;
    dc:format "RDF" .

# Display parts
:rdf_ a disp:BrowserConfiguration .

:rdf_ disp:displayProperties (
  rdfs:label
  dc:identifier
  dc:title
  dc:description
  rdf_:data_set_id
  rdf_:data_set_name
  rdf_:data_set_release_date
  rdf_:start_time
  rdf_:stop_time
  rdf_:mission_start_date
  rdf_:mission_stop_date
  dc:format
  dc:publisher
  dc:language
  rdf_:rescontext
  rdf_:resclass
  rdf_:reslocation
) .

:rdf_ disp:displayFacets (
  rdf:type
  rdf_:archive_status
  rdf_:mission_name
  rdf_:target_name
  rdf_:target_type
  rdf_:primary_body_name
  rdf_:instrument_host_id
  rdf_:instrument_host_name
  rdf_:instrument_host_type
  rdf_:instrument_id
  rdf_:instrument_name
  rdf_:instrument_type
  rdf_:node_id
  rdf_:node_name
  rdf_:discipline_name
  rdf_:data_object_type
  rdf_:full_name
) .

:rdf_ disp:displayClasses (
 rdf_:Data_set
 rdf_:Mission
 rdf_:Target
 rdf_:Instrument_host
 rdf_:Instrument
 rdf_:Node
 rdf_:Person
) .

:rdf_ disp:propertyObjectDisplay (
 rdf_:reslocation
) .

# Display as a hyperlink
rdf_:reslocation a disp:Link .
Received on Fri Feb 25 2005 - 16:05:26 EST

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