[PORT] coordination-8

Hi all,

I've added 'coordination-8' to the proposals list, with short writeup of the requirement, see:

http://www.w3.org/2004/02/skos/core/proposals#coordination-8

I propose that, for this requirement, we add a new property 'skos:coordinationOf' with the following semantics:

skos:coordinationOf a rdf:Property;
  rdfs:label 'coordination of';
  skos:definition 'The list of concepts, whose ordered combination (coordination) determines the meaning of the coordinated concept.';
  rdfs:domain skos:Concept;
  rdfs:range rdf:List;
.

... to be used as in e.g. ...

eg:C1 a skos:Concept;
  skos:prefLabel 'Production'.

eg:C2 a skos:Concept;
  skos:prefLabel 'Cut flowers'.

<http://example.org/someDocument>
  skos:subject [ skos:coordinationOf ( eg:C1 eg:C2 ) ].

How does that look?

Cheers,

Al.
---
Alistair Miles
Research Associate
CCLRC - Rutherford Appleton Laboratory
Building R1 Room 1.60
Fermi Avenue
Chilton
Didcot
Oxfordshire OX11 0QX
United Kingdom
Email:        a.j.miles@rl.ac.uk
Tel: +44 (0)1235 445440

Received on Wednesday, 26 October 2005 14:25:15 UTC