> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Ross Gardler
> Sent: Sunday, 10 June 2007 7:35 AM
> To: [email protected]
> Subject: Re: doap:category
> 
> On 09/06/07, Gav.... <[EMAIL PROTECTED]> wrote:
> > In our DOAP, and as reflected on /dev/
> >
> > we have so called 'resources' such as
> >
> > <doap:category
> > rdf:resource="http://projects.apache.org/category/build-management"/>
> >
> > and several more entries like it.
> >
> > Should these not point to the actual locations such as above would be
> > <doap:category
> > rdf:resource="http://projects.apache.org/indexes/category.html#build-
> managem
> > ent"/>
> >
> > or are these examples of non-literals that point to nowhere which I
> don't
> > see the point in creating hrefs to.
> 
> See my earlier reply. Yes, these are non-literals.

Thanks, could not find your earlier reply though.

> 
> The rdf:resource *could* point to the human readable description  as
> you suggest, but then we would be using a different set of URIs to the
> rest of the ASF and anyone else who adopts the categories defined by
> the ASF.

Ok.

> 
> One last, minor point, in relation to your last sentence. These are
> not HREFs. A HREF is a Hypertext REFerence, i.e. a hypertext link to a
> document. These are URIs.

Yep sorry, could have sworn I saw these hyperlinked in the DOAP plugin, the
full URI's are there, but not linked, my bad.

Gav...

> 
> Ross