Top Qs
Timeline
Chat
Perspective
DOAP
From Wikipedia, the free encyclopedia
Remove ads
DOAP (Description Of A Project) is an RDF Schema and XML vocabulary to describe software projects, in particular free and open source software.
This article relies largely or entirely on a single source. (October 2012) |
It was created and initially developed by Edd Wilder-James (Edd Dumbill) to convey semantic information associated with open source software projects.[1][2]
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.[3] It was used in the Python Package Index but is no longer supported there.
In 2025, it is normal practice for DOAP files to be included with GNOME source code.[4]
Major properties include: homepage
, developer
, programming-language
, os
.
Remove ads
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
.[5]
Remove ads
References
External links
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads