[doap-interest] discovery of DOAP profile?

elf Pavlik perpetual-tripper at wwelves.org
Sun Feb 19 04:30:37 EST 2012


Excerpts from Nicholas Humfrey's message of 2012-02-19 02:21:26 +0000:
> > 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.
sounds good!

for turtle i would use:
<link rel="alternate" type="application/x-turtle" title="DOAP" href="doap.ttl" />
?

> There is a bit more about Autodiscovery here:
> http://wiki.foaf-project.org/w/Autodiscovery
cool, thanks for pointer =)

> 
> Alternatively, you could embed the DOAP profile into the page using RDFa.
yeah, thought about it but wanted to look for a way how to reuse existing DOAP file in RDF/XML or Turtle...

> 
> 
> nick.
big thanks for all your suggestions!
=)
~ elf Pavlik ~


More information about the doap-interest mailing list