My favorites | Sign in
Project Home Wiki Issues Source
Search
for
ArgotOrganisation  
An argot to describe organisations.
Component-ArgotOrganisation
Updated Jul 13, 2010 by mark.bir...@gtempaccount.com

Introduction

An organisation is described using a vCard to make the information easily available for importing into other tools, such as address books.

Details

Type

An organisation is represented as a vCard with a v:org property.

Properties

Full name

Identifier: v:organization-name

This is the full name of the organisation.

Example: Office of Gas and Electricity Markets

Department name

Identifier: v:organization-unit

The name of the organisation, if it is within another organsation.

Example: Geographical Information System (GIS) Unit

Homepage

Identifier: v:url

The homepage of the organisation.

Example: http://www.ofgem.gov.uk/

Location

ArgotLocation

Logo

Might also be called an avatar.

Identifier: v:logo

An image that 'represents' this organisation.

Example

A complete example of an organisation would be:

<div type="v:VCard" xmlns:v="http://www.w3.org/2006/vcard/ns#">
  <span rel="v:org">
    <span property="v:organization-name">Office of Gas and Electricity Markets</span>
  </span>
  <a rel="v:url" href="http://www.ofgem.gov.uk/">Home-page</a>
  <a rel="v:logo" href="http://www.ofgem.gov.uk/SiteCollectionImages/ofgem-logo1.jpg">image</a>
</div>

An example of a department within an organisation would be:

<div type="v:VCard" xmlns:v="http://www.w3.org/2006/vcard/ns#">
  <span rel="v:org">
    <span property="v:organizational-unit">Geographical Information System (GIS) Unit</span>
    <span property="v:organization-name">Department for Transport</span>
  </span>
  <a rel="v:url" href="http://www.dft.gov.uk/">Home-page</a>
  <a rel="v:logo" href="http://www.dft.gov.uk/_format/_images/gifs/logo.gif">image</a>
</div>
Comment by simone.b...@gmail.com, Jul 4, 2008

Not sure what you mean by ArgotLocation, can you please clarify?

Comment by david.pu...@coi.gsi.gov.uk, Jul 8, 2008

I think at the minimum that location should include a postcode that can be extracted and used on maps and distance functions.

Comment by simone.b...@gmail.com, Jul 9, 2008

Perhaps location should also include latitude and longitude so the service can be consumed by applications such as Google maps

Comment by jeni.ten...@gmail.com, Jul 9, 2008

To hook into existing standards, locations could follow hCard/vCard formats, and include a structured address. Latitude and longitude would be useful but I think the content of existing adverts should determine the structure: do they include latitude and longitude? If ordinary people are going to be creating these job adverts, they're not necessarily going to find it easy to identify longitude and latitude. On the other hand, Google (and other) maps can look up a location based on a postcode or address.

Comment by jeni.ten...@gmail.com, Jul 9, 2008

It might be useful to break down foaf:Organization into subclasses that are relevant for government jobs. For example, into Departments and Non-Departmental Public Bodies and so on. (I don't know the scope for the jobs that will use this ontology.)

There's information about NDPBs at http://www.civilservice.gov.uk/about/public/bodies.asp including a Word document that lists NDPBs from 2007 and might be amendable to automated extraction. This is a Cabinet Office document, so Simone/David might have an even more accessible version.

For Government Departments, you might want to look at http://www.statistics.gov.uk/StatBase/Product.asp?vlnk=2899, which includes tables of (employment) statistics by department, giving a useful classification structure in Excel format (again amenable to automated extraction, I'd have thought). Might be some other useful information there too.

Having an ontology of these organisations would be useful in a wide range of domains; we had to put something like this together for Gazettes as well. It would be good to coordinate that somehow.

Comment by jeni.ten...@gmail.com, Jul 9, 2008

Organisations probably also need to be organised in a part/subpart structure. For example, an individual hospital is part of the NHS, a department within that hospital is part of the hospital and so on.


Sign in to add a comment
Powered by Google Project Hosting