My favorites | Sign in
Project Logo
             
Search
for
Updated Feb 20, 2009 by mark.bir...@webBackplane.com
Labels: Component-ArgotReply
ArgotReply  
How to reply to something, such as a job vacancy or consultation

Introduction

A number of the argots involve processes that seek a response. For example, a consultation is aimed at getting feedback from interested parties, whilst a job vacancy seeks applications. This argot defines the properties that can be added to other argots to provide details about how to reply.

Properties

Contact

Identifier: arg:replyTo

General contact information for the person to whom feedback should be sent.

ArgotPerson

Replying by email

Identifier: arg:replyByEmail

An email address that can be used to send replies.

Example: mailto:linsey.henderson@munroconsulting.com

Replying online

Identifier: arg:replyOnline

An web address that allows a person to reply online. This may be a direct link to a form, or a link to a page that contains a reference to a form that can be completed.

Example: http://www.scotland.gov.uk/about/recruitment/vacancies

Replying by post

Identifier: arg:replyByPost

A form that can be printed, completed and then posted. The address to post to is the address for the contact.

Example: http://85.234.135.179/index.php?sid=44738&lang=en

Example

<div
 xmlns:argot="http://purl.oclc.org/argot/"
 xmlns:v="http://www.w3.org/2006/vcard/ns#"
>
  Further details and an application form can be accessed at:
  <a
   rel="argot:replyOnline"
   href="http://www.scotland.gov.uk/about/recruitment/vacancies"
  >http://www.scotland.gov.uk/about/recruitment/vacancies</a>
  or contact
  <span rel="argot:replyTo">
    <span typeof="v:VCard">
      <span property="v:fn">Linsey Henderson</span>
      at
      <span rel="v:org">
        <span property="v:organization-name" typeof="v:Organization">Munro Consulting</span>
      </span>
      (Tel <span property="v:workTel">0131 240 1080</span>).
    </span>
  </span>
  by emailing
  <a
   rel="argot:replyByEmail"
   href="mailto:linsey.henderson@munroconsulting.com"
  >linsey.henderson@munroconsulting.com</a>
</div>
Hosted by Google Code