Google+

Bartering

1

30 November 2002 by Ian Davis

While tinkering with some ideas for describing small businesses in a
FOAF-like way
it struck me that the most interesting formats are ones
that promote linkage. FOAF has the knows predicate, but how could you
link businesses together. One intriguing way is to describe what a
business has and what it needs, e.g. this company has ‘engines’
and needs ‘nuts and bolts’ and ‘lubricating oil’.

It might also be fun to use it with FOAF. I might need ‘books written
by Jack Vance’ and have ‘Eminem cds’ that I’m willing to dispose of.

The vocabulary is simple. It has two predicates: wants and has. For a
contrived example, in my FOAF I might add:

<foaf:Person>
  <foaf:name>Ian Davis</foaf:name>
  <barter:wants>
    <wn:Job />
  </barter:wants>
  <barter:has>
    <wn:Skill  rdf:resource="urn:skills:programming:perl">
  </barter:has>
</foaf:Person>

For a business I might write:

<Business>
  <name>Hackitt n Run</name>
  <barter:has>
    <wn:Job />
  </barter:has>
  <barter:needs>
    <foaf:Person>
      <barter:has>
       <wn:Skill
         rdf:resource="urn:skills:programming:perl">
      </barter:has>
    </foaf:Person>
  </barter:needs>
</Business>

The barter vocabulary might open up some interesting network
applications, perhaps finding chains of barterers etc.

Note: I sent this to the rdfweb-dev mailing list

One thought on “Bartering

  1. TOdd boyle says:

    Love it! Keep going. Are you aware also, of all the other semantics work like UBL, UDEF, Core components, Open EDI, etc.?Here’s my 2cents; http://www.gldialtone.com/ueen.htmhttp://www.gldialtone.com/inter-ledger-requirementsVer0p21.htm etc.http://www.gldialtone.com/arapcloud.htmTodd

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 1,719 other followers

%d bloggers like this: