This is an archive of an inactive wiki and cannot be modified.

This page provides a shortened version of the patterns presented in the context of skos:Concept semantics, http://www.w3.org/2006/07/SWD/wiki/SkosDesign/ConceptSemantics. It relates to ISSUE-54: ConceptSemantics. and Alistair's patterns as indicated in this mail

Bridging SKOS modelling with OWL modelling

Motivation

There is no formal requirement for it in SKOS use cases [10], but some mails on the SWD and SKOS list hint at potential requirements:

  1. A general strategic requirement, as expressed by Daniel [11]. "I thought the goal of SKOS is to "provide a standard way to represent knowledge organization systems." Ontologies certainly fall under that umbrella. Some of the SKOS model is certainly very relevant to people building ontologies."

  2. Daniel and the RadLex use case "In the RadLex use case, for example, "terms" are entities in reality, such as blood vessels. These are linked together via relations such as "part-of" and "continuous-with"." [12] "To me, "term" is the name for something. "Concept" is something that is someone's head. "Entity" is something that exists in reality. There are certainly communities who need to describe things, names of things, and both (in the case of RadLex). Ideally, SKOS should be able to be useful to these communities." [11]

  3. Kjetil and myOpera/POWDER cases. "My idea is to use SKOS for tags, but add a mapping to something else, like a foaf:Person." [13] The discussion on POWDER use case is available at [14,15]; a similar case was raised by Richard Cyganiak on the SKOS list [16]

  4. Informal discussions on interest for SKOS. "I presented SKOS to a biomedical workshop this week, and it seems that some people wished to use SKOS, but on 'real' ontologies they were developing." [Antoine, 2] Also: "While OWL statements are always domain 'object' specific and not always about disambiguating natural language 'terms' .. when the object of a OWL declaration is ALSO a term in a Common Vocabulary .. SKOS helps explain how a set of specific national language terms / symbols are used in that community of practice." [Carl Mattocks, 17]

Practical needs

  1. use of SKOS to define ontology classes (or instances of classes) by means of SKOS features.
    • to benefit from SKOS rich labelling properties, as mentioned in “OWL-DL Compatibility” wiki page [18] about the possibility to make skos:prefLabel a specialization of rdfs:label: ex:Foo rdf:type owl:Class; skos:prefLabel "Foo".

    • to insert existing owl:Class (e.g. exOnt:Planet) and instances (exOnt:Venus) into a thesaurus-like thematic structure (exOntVenus skos:broader exOnt:Planet, exOnt:Planet skos:broader exTh:Astronomy), which could be very useful to develop browsers more useful for humans [2]

  2. link instances of skos:Concept with instances of owl:Class that seems to be “semantically related” (e.g. a skos:Concept henryVIIIConcept with a foaf:Person henryVIIIPerson)

In some of these cases, the direct application of SKOS primitives to instances of owl:Class could cause these instances of owl:Class to be also classified as instances of skos:Concept according to the semantics of SKOS [19].

Possible solutions

Solution 1 instances of owl:Class (or rdf:Property or owl:Individual) are allowed to be instances of skos:Concept

There is no disjointness between owl:Class and skos:Concept, and skos:prefLabel and all others SKOS properties can be attached to classes defined in OWL ontologies.

"if there is a modeling distinction, there is no [formal] exclusion. You can have skos:Concepts (my:Car rdf:type skos:Concept) that are also RDFS/OWL classes (ex:Car rdf:type rdfs:Class) so that you can create 'objects' which are classified under it (ex:danielsCar rdf:type ex:car)." [Antoine,20]

Pros:

Cons:

Solution 2: instances of (owl:Class/rdf:Property/owl:Individual) and instances of skos:Concept are distinct and “bridged” via a dedicated property

Proposed by Dan Brickley, [24]

Pros:

Cons:

Problem: what are the semantics and proper name for such a link? It corresponds to something like “reference”: a link from a concept to a “real” thing (or set of “real” things) it denotes.

"one of the property names Alistair and I were throwing around for this was "skos:as" (inverse: skos:it). This would link between inviduals ("dan") and classes ("Person") and corresponding topics in a SKOS scheme:" [Dan, 24]

<owl:Class rdf:ID="Person"> 
  <skos:as skos:prefLabel="Person" skos:altLabel="Guy"/>
</owl:Class>

(SKOS list has previous discussions on the topic of skos:it/skos:as [25, 26]; skos:denotes, skos:represents and skos:intends were refused)

There are actually objections to a link with such “denotation” interpretation: "So I think that the word "denotes" to connect a thesaurus-theoretic and a ontology-theoretic point of view is dangerous - as in logic and mathematics this usually signifies semantics - we are not (should not) be saying that the class provides a semantics for the concept." [Brian Matthews, one mail in [25,26] threads]

Solution 3, mixing 1 and 2 depending on the SKOS constructs that are used for the SKOS-definition of the OWL-object. Only the SKOS properties that do not have skos:Concept as rdfs:domain can be directly applied to OWL-defined objects. For the others, the pattern of solution 2 must be chosen

Pros:

Cons:

Solution 4, mixing 1 and 2, depending on the “nature” of the object considered in the OWL world. Only the OWL-defined resources that are of type owl:Class can be SKOS-defined according to solution 1, the others must be SKOS-defined according to solution 2

It is easier to keep the line blurred when we have things defined as “concepts” and “sets”. Cf. "dc:creator test": the dc:creator of an owl:Class can also be the dc:creator of a “corresponding” skos:Concept.

Pros:

Cons:

References

[1] http://www.w3.org/2006/07/SWD/track/issues/54

[2] http://lists.w3.org/Archives/Public/public-swd-wg/2007Jun/0077.html

[3] http://www.w3.org/TR/swbp-skos-core-spec/#Concept

[4] http://www.willpowerinfo.co.uk/glossary.htm

[5] http://www.w3.org/TR/swbp-skos-core-guide/#secmodellingrdf

[6] http://xmlns.com/foaf/spec/index.rdf

[7] http://www.w3.org/TR/rdf-mt

[8] http://www.w3.org/TR/owl-features

[9] http://www.w3.org/TR/owl-ref

[10] http://www.w3.org/TR/skos-ucr

[11] http://lists.w3.org/Archives/Public/public-swd-wg/2007May/0075.html

[12] http://lists.w3.org/Archives/Public/public-swd-wg/2007May/0073.html

[13] http://lists.w3.org/Archives/Public/public-swd-wg/2007Mar/0049.html

[14] http://lists.w3.org/Archives/Public/public-swd-wg/2007Jun/0143.html

[15] http://lists.w3.org/Archives/Public/public-swd-wg/2007Jun/0125.html

[16] http://lists.w3.org/Archives/Public/public-esw-thes/2006Dec/0013.html

[17] http://lists.w3.org/Archives/Public/public-esw-thes/2006Nov/0015.html

[18] http://lists.w3.org/Archives/Public/public-swd-wg/2007Feb/0145.html

[19] http://lists.w3.org/Archives/Public/public-swd-wg/2007Jun/0021.html

[20] http://lists.w3.org/Archives/Public/public-swd-wg/2007May/0076.html

[21] http://lists.w3.org/Archives/Public/public-swd-wg/2007Feb/0159.html

[22] http://lists.w3.org/Archives/Public/public-swd-wg/2007Feb/0161.html

[23] http://lists.w3.org/Archives/Public/public-swd-wg/2007May/0083.html

[24] http://lists.w3.org/Archives/Public/public-swd-wg/2007Feb/0160.html

[25] http://lists.w3.org/Archives/Public/public-esw-thes/2004Sep/0041.html

[26] http://lists.w3.org/Archives/Public/public-esw-thes/2005Jun/0002.html

[27] http://lists.w3.org/Archives/Public/public-swd-wg/2007Jun/0017.html

[28] http://lists.w3.org/Archives/Public/public-swd-wg/2007Jun/0030.html

[29] http://www.mondeca.com/lab/bernard/hubjects.pdf