- Description of a Project
-
Description of a Project (DOAP) is an RDF schema and XML vocabulary to describe software projects, and in particular open-source. It was created and initially developed by Edd Dumbill to convey semantically information associated with open-source software projects. It is currently used in the Mozilla Foundation's project page and in several other software repositories.
There are currently generators, validators, viewers, and converters to enable more projects to be able to be included in the semantic web. Freshmeat’s 43 000 projects are now available published with DOAP.[1]
Major properties include: doap:homepage, doap:developer, doap:programming-language, doap:os
Here's an example in RDF:
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:doap="http://usefulinc.com/ns/doap#"> <doap:Project> <doap:name>Example project</doap:name> <doap:homepage rdf:resource="http://exampleproject.com" /> <doap:programming-language>javascript</doap:programming-language> <doap:license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/> </doap:Project> </rdf:RDF>
Other properties include: Implements specification, anonymous root, platform, browse, mailing list, category, description, helper, tester, short description, audience, screenshots, translator, module, documenter, wiki, repository, name, repository location, language, service endpoint, created, download mirror, vendor, old homepage, revision, download page, license, bug database, maintainer, blog, file-release, and release
DOAP can be generated using doapamatic.
External links
- The DOAP homepage
- OSS Watch DOAP Briefing Note
- Simal (DOAP Project Registry Framework)
- DOAP in schemapedia
- irc://irc.freenode.net/foaf
References
Categories:
Wikimedia Foundation. 2010.