[doap-interest] discovery of DOAP profile?

Nicholas Humfrey njh at aelius.com
Sat Feb 18 21:21:26 EST 2012


> Can anyone suggest me how to publish DOAP profile on project's website to make it easy to discover?
> For example if my DOAP enabled web app would receive link to: http://usefulinc.com/doap/
> How should I try discovering DOAP profile for it?


You can put this in the HEAD of the HTML:
<link rel="alternate" type="application/rdf+xml" title="DOAP" href="doap.rdf" />

Which describes where to find RDF metadata about that web page.

There is a bit more about Autodiscovery here:
http://wiki.foaf-project.org/w/Autodiscovery

Alternatively, you could embed the DOAP profile into the page using RDFa.


nick.



More information about the doap-interest mailing list