Re: [foaf-dev] How I do I foaf-ify this?
Toby Inkster <tai-hn3ClYY61nJaa/[email protected]>
| Newsgroups | gmane.comp.web.rdfweb |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 16 Nov 2010 13:25:00 -0500 Paul Houle <paul-y/[email protected]> wrote: > There are even cases where we know of people by name but not > a URI, for instance > > http://ookaboo.com/o/pictures/picture/1977114/Torre_Agbar > > was taken by "Susana Calvera" and eventually we may wind up coding > these people as "sources" too. This is a classic case for a blank node: <http://ookaboo.com/o/pictures/picture/1977114/Torre_Agbar> a foaf:Image ; foaf:maker [ foaf:name "Susana Calvera" ] . By the way, you've got the following RDFa on your pages: <link property="sioc:topic" resource="http://rdf.freebase.com/ns/m.01wccsq"> Instead of property="sioc:topic" you should have rel="sioc:topic". The property attribute is for literals, not URIs. -- Toby A Inkster <mailto:mail-0xSRQTJlU/5QSYw2qhZJOlpr/1R2p/[email protected]> <http://tobyinkster.co.uk>