- From: Bruce D'Arcus <bdarcus@gmail.com>
- Date: Fri, 01 Feb 2008 19:26:55 -0500
- To: editor@content-wire.com
- CC: semantic-web@w3.org, semantic-web@w3c.org
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