Re: Configuration Issue

From: Ryan Lee <ryanlee_at_w3.org>
Date: Fri, 17 Jun 2005 17:56:26 -0400

John Bresnik wrote:
> Ryan [et al],
>
> I getting some results now [not exactly sure what I did] - only thing is
> that it's showing the entire namespace in UI, ie.
>
> <http://test/TEST#TestClass>
>
> instead of just 'TestClass' [like in the example bundles]
>
> any thoughts?

It's time to write an ontology. For examples, see

  longwell/webapp/WEB-INF/data/ontologies/official/dc.rdfs

and others. Key to getting something other than URIs to show up is to
use rdfs:label (e.g., in N3):

<http://test/TEST#TestClass> rdf:type rdfs:Class ;
   rdfs:label "MyTest"_at_en .

You'll get 'MyTest' in place of the full URI instead.

I think. Where precisely in the UI is this showing up? In Longwell or
Knowle?

-- 
Ryan Lee                 ryanlee_at_w3.org
W3C Research Engineer    +1.617.253.5327
http://simile.mit.edu/
Received on Fri Jun 17 2005 - 21:54:22 EDT

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