On 10-10-09 18:09, Laskey, Ken wrote:
>
> What I am missing is how to say a given description
> element in one controlled vocabulary, e.g. a SKOS Concept
> Scheme, can be constrained to a list of values, e.g. a
> SKOS Collection. I was considering rdfs:range but I’m not
> sure that is applicable.
What about making a subclass of skos:Concept
for
the
concepts in your controlled vocabulary and then making
rdfs:range be that subclass? You wouldn't have to use
skos:Collection at all.
So,
eg:Colour rdfs:subClassOf skos:Concept .
eg:colour a owl:ObjectProperty ;
rdfs:range eg:Colour .
eg:red a eg:Colour ;
skos:notation "red" .
eg:green a eg:Colour ;
skos:notation "green" .
eg:blue a eg:Colour ;
skos:notation "blue" .
Cheers,
-w
--
William Waites <
ww@xxxxxxxx>
Mob: +44 789 798 9965
Fax: +44 131 464 4948
CD70 0498 8AE4 36EA 1CD7 281C 427A 3F36 2130 E9F5