[Proposal][SKOS-Core] revised proposal for subject indicators

Hi,

Here is a revised proposal for handling subject indicators in SKOS Core,
based on Bernard's suggestion:

Add the following property:

 - subjectIndicatorRef

Additionally: 

(1) the property skos:subjectIndicatorRef is defined by reference to
appropriate OASIS / TM specs (Bernard can you help me out here?)

(2) skos:subjectIndicatorRef is an owl:InverseFunctionalProperty. 

The reason for supporting (2) is that it allows description of concept
schemes via their indicators (i.e. without URIs) so you can have e.g. ...

<skos:Concept>
  <skos:prefLabel>Fruit</skos:prefLabel>
  <skos:subjectIndicatorRef rdf:resource="http://foo.com/Fruit.html"/>
  <skos:narrower rdf:parseType="Resource">
    <skos:subjectIndicatorRef rdf:resource="http://foo.com/Bananas.html"/>
  </skos:narrower> 
  <skos:related rdf:parseType="Resource">
    <skos:subjectIndicatorRef
rdf:resource="http://foo.com/Vegetables.html"/>
  </skos:related> 
</skos:Concept>

That's all.

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, 13 October 2004 15:58:36 UTC