DOAP

DOAP (Description of a Project) is an RDF Schema and XML vocabulary to describe software projects, in particular free and open source software.

It was created and initially developed by 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. Freshmeat's 43 000 projects are now available published with DOAP.[1] It is currently used in the Mozilla Foundation's project page and in several other software repositories, notably the Python Package Index.

Major properties include: doap:homepage, doap:developer, doap:programming-language, doap: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

  1. Giasson, Frederick. "Freshmeat.net now available in DOAP: 43 000 new DOAP projects". Retrieved 2010-04-08.

External links

This article is issued from Wikipedia - version of the 2/14/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.