From Surf Wiki (app.surf) — the open knowledge base
DOAP
Description of a Project
Description of a Project
Description of a Project (DOAP) is an RDF Schema and XML vocabulary designed to describe software projects, particularly free and open-source software.
It was created and initially developed by Edd Wilder-James (Edd Dumbill) to convey semantic information associated with open source software projects.
Adoption
There are currently generators, validators, viewers, and converters to enable more projects to be able to be included in the semantic web. In 2007 Freecode listed 43 000 projects as published with DOAP. It was used in the Python Package Index but is no longer supported there.
As of 2025, inclusion of DOAP files is common in the source code of GNOME projects.
Major properties include: homepage, developer, programming-language, os.
Examples
The following is an example in RDF/XML:
<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://example.com" />
<doap:programming-language>javascript</doap:programming-language>
<doap:license rdf:resource="http://example.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.
References
References
- "Planning for Big Data".
- "Home".
- Giasson, Frederick. (4 August 2007). "Freshmeat.net now available in DOAP: 43 000 new DOAP projects".
- "Oh noes!".
- "Description of a Project (DOAP) vocabulary".
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about DOAP — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report