[doap-interest] Linking DOAP from FOAF

Morten Frederiksen mof-rdf at mfd-consult.dk
Tue Jul 27 18:11:08 BST 2004


'lo all,

On Tuesday 27 July 2004 17:51, Andy Piper wrote:
> GnomeSword is now using DOAP
> (http://gnomesword.sf.net/gnomesword.doap.rdf) - not sure what
> number adopter that makes us, but who's counting? :-)
This one also has the problem with the wrong FOAF namespace, it should end 
with a "/", not a "#".

> Can anyone explain how this should be linked from my FOAF
> description?
The simple way would be to use seeAlso, possibly combined with currentProject:
...
<foaf:Person>
  ...
  <foaf:currentProject rdf:resource="http://gnomesword.sf.net/"/>
  <rdfs:seeAlso rdf:resource="http://gnomesword.sf.net/gnomesword.doap.rdf"/>
</foaf:Person>
...


Regards,
Morten



More information about the doap-interest mailing list