ontolog-forum
[Top] [All Lists]

Re: [ontolog-forum] using SKOS for controlled values for controlled voca

To: KenLaskey <klaskey@xxxxxxxxx>, William Waites <ww@xxxxxxxx>
Cc: "semantic-web@xxxxxx" <semantic-web@xxxxxx>, ontolog-forum@xxxxxxxxxxxxxxxx
From: Pavithra <pavithra_kenjige@xxxxxxxxx>
Date: Sat, 9 Oct 2010 14:14:34 -0700 (PDT)
Message-id: <864962.57947.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Ken

There is the concept / usage  of "Collections" and "Ordered Collection" and "Semantic Relations" and "Semantic Display" in that document that can be used similarly.. 

Pavithra

Semantic Relations and Systematic Displays


--- On Sat, 10/9/10, Pavithra <pavithra_kenjige@xxxxxxxxx> wrote:

From: Pavithra <pavithra_kenjige@xxxxxxxxx>
Subject: Re: using SKOS for controlled values for controlled vocabulary
To: "KenLaskey" <klaskey@xxxxxxxxx>, "William Waites" <ww@xxxxxxxx>
Cc: "semantic-web@xxxxxx" <semantic-web@xxxxxx>, "John F. Sowa" <sowa@xxxxxxxxxxx>, ontolog-forum@xxxxxxxxxxxxxxxx
Date: Saturday, October 9, 2010, 4:40 PM

[ Since the same topic is being discussed in semantic web and ontolog thread, I have included both]

Ken,  

Seems to me that there are examples in the following link about usage of "altLabels" that specifies list of  values of a SKOS concept..  

[  Reference:
http://www.w3.org/TR/2009/NOTE-skos-primer-20090818/  ]

Here is the example about concept " rock" and list of values as basalt, granite, and slate.  This is similar to concept color,  and list of values  as red, yellow and blue.   Here is the usage of it..

It is also possible to use skos:altLabel to represent cases of upward posting [ISO-2788]. That is, when a concept aggregates more-specialized notions that are not explicitly introduced as concepts in the considered KOS:
ex:rocks rdf:type skos:Concept;
  skos:prefLabel "rocks"@en;
  skos:altLabel "basalt"@en;
  skos:altLabel "granite"@en;
  skos:altLabel "slate"@en



Thanks,
Pavithra



--- On Sat, 10/9/10, William Waites <ww@xxxxxxxx> wrote:

From: William Waites <ww@xxxxxxxx>
Subject: Re: using SKOS for controlled values for controlled vocabulary
To: "Laskey, Ken" <klaskey@xxxxxxxxx>
Cc: "semantic-web@xxxxxx" <semantic-web@xxxxxx>
Date: Saturday, October 9, 2010, 3:12 PM

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




_________________________________________________________________
Message Archives: http://ontolog.cim3.net/forum/ontolog-forum/  
Config Subscr: http://ontolog.cim3.net/mailman/listinfo/ontolog-forum/  
Unsubscribe: mailto:ontolog-forum-leave@xxxxxxxxxxxxxxxx
Shared Files: http://ontolog.cim3.net/file/
Community Wiki: http://ontolog.cim3.net/wiki/ 
To join: http://ontolog.cim3.net/cgi-bin/wiki.pl?WikiHomePage#nid1J
To Post: mailto:ontolog-forum@xxxxxxxxxxxxxxxx    (01)

<Prev in Thread] Current Thread [Next in Thread>