ewilderj / doap

RDF schema for describing software projects
https://github.com/ewilderj/doap/wiki
Apache License 2.0
271 stars 57 forks source link

Example of how to link from HTML pages #11

Closed cweiske closed 7 years ago

cweiske commented 12 years ago

The wiki should contain an example of how to link to DOAP documents from a normal HTML page.

If DOAP documents are RDF, it would be:

<link rel="meta" title="DOAP" type="application/rdf+xml" href="path/to/doap"/>

What if the DOAP document is no RDF?

Is the DOAP title needed or optional?

elf-pavlik commented 11 years ago

some background on this topic from FOAF project: http://wiki.foaf-project.org/w/Autodiscovery

ewilderj commented 7 years ago

If it's not RDF, we'd treat it per the MIME type decided by #10 — so I'll merge this bug with that.

Duplicate of #10