package rdf

  1. Overview
  2. Docs

Elements of http://usefulinc.com/ns/doap#

val doap : Iri.t

http://usefulinc.com/ns/doap#

val doap_ : string -> Iri.t
val c_ArchRepository : Iri.t

GNU Arch source code repository.

val c_BKRepository : Iri.t

BitKeeper source code repository.

val c_BazaarBranch : Iri.t

Bazaar source code branch.

val c_CVSRepository : Iri.t

CVS source code repository.

val c_DarcsRepository : Iri.t

darcs source code repository.

val c_GitRepository : Iri.t

Git source code repository.

val c_HgRepository : Iri.t

Mercurial source code repository.

val c_Project : Iri.t

A project.

val c_Repository : Iri.t

Source code repository.

val c_SVNRepository : Iri.t

Subversion source code repository.

val c_Specification : Iri.t

A specification of a system's aspects, technical or otherwise.

val c_Version : Iri.t

Version information of a project release.

val anon_root : Iri.t

Repository for anonymous access.

val audience : Iri.t

Description of target user base

val blog : Iri.t

URI of a blog related to a project

val browse : Iri.t

Web browser interface to repository.

val bug_database : Iri.t

Bug tracker for a project.

val category : Iri.t

A category of project.

val created : Iri.t

Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05

val description : Iri.t

Plain text description of a project, of 2-4 sentences in length.

val developer : Iri.t

Developer of software for the project.

val documenter : Iri.t

Contributor of documentation to the project.

val download_mirror : Iri.t

Mirror of software download web page.

val download_page : Iri.t

Web page from which the project software can be downloaded.

val file_release : Iri.t

URI of download associated with this release.

val helper : Iri.t

Project contributor.

val homepage : Iri.t

URL of a project's homepage, associated with exactly one project.

val implements : Iri.t

A specification that a project implements. Could be a standard, API or legally defined level of conformance.

val language : Iri.t

このプロジェクトの翻訳された言語のISO言語コート

val license : Iri.t

The URI of an RDF description of the license the software is distributed under.

val location : Iri.t

Location of a repository.

val mailing_list : Iri.t

Mailing list home page or email address.

val maintainer : Iri.t

Maintainer of a project, a project leader.

val module_ : Iri.t

Module name of a repository.

val name : Iri.t

A name of something.

val old_homepage : Iri.t

URL of a project's past homepage, associated with exactly one project.

val os : Iri.t

Operating system that a project is limited to. Omit this property if the project is not OS-specific.

val platform : Iri.t

Indicator of software platform (non-OS specific), e.g. Java, Firefox, ECMA CLR

val programming_language : Iri.t

Programming language a project is implemented in or intended for use with.

val release : Iri.t

A project release.

val repository : Iri.t

Source code repository.

val revision : Iri.t

Revision identifier of a software release.

val screenshots : Iri.t

Web page with screenshots of project.

val service_endpoint : Iri.t

The URI of a web service endpoint where software as a service may be accessed

val shortdesc : Iri.t

Short (8 or 9 words) plain text description of a project.

val tester : Iri.t

このプロジェクトのため、試験をする人や品質メンテナー。

val translator : Iri.t

Contributor of translations to the project.

val vendor : Iri.t

Vendor organization: commercial, free or otherwise

val wiki : Iri.t

URL of Wiki for collaborative discussion of project.

module Open : sig ... end
class from : ?sub:Term.term -> Graph.graph -> object ... end