Re: RDF optimization

editor@content-wire.com wrote:

> I am still new to RDF,  so I am learning
> Now I am trying to find just a few tags to identify the object 
> (publication) that hopefully will have
> a full description somewhere else, 

So if (as I assume) you're dealing with CV data, why not just use the 
foaf:made property?

<http//ex.net/person/1> a foaf:Person ;
     foaf:made <http://ex.net/pubs/1> .

Bruce

Received on Saturday, 2 February 2008 00:27:32 UTC