Community:Multiple Alternative Classification Criteria

From Odp

(Difference between revisions)
Jump to: navigation, search
Current revision (18:24, 6 September 2010) (view source)
 
(9 intermediate revisions not shown.)
Line 1: Line 1:
{{TitleDescription Template
{{TitleDescription Template
-
|Title=Faceted Classification Scheme (FCS)
+
|Title=Multiple Alternative Classification Criteria.
-
|Description=This modeling issue refers to the conceptualization of a specific domain concept using a Faceted Classification Scheme (FCS).
+
-
A FCS is defined as: "a set of mutually exclusive and jointly exhaustive categories, each made by isolating one perspective on the items (a facet), that combine to completely describe all the objects in question, and which users can use, by searching and browsing, to find what they need" [[Community:References/How to Make a Faceted Classification and Put It On the Web 2|(Denton, 2003)]].
+
Faceted Classification Scheme (FCS).
-
 
+
|Description=This modelling issue describes a specific, very recurrent modeling scenario in ontology development, subject to the vulnerability of ad-hoc modeling practices that could potentially lead to unexpected or undesirable results in ontology artifacts.  
-
The section '''Diagram''' below presents an example of a FCS in the domain of "Dishwashing Detergent" from [[Community:References/How to Make a Faceted Classification and Put It On the Web 2|(Denton, 2003)]].
+
The scenario consists of domain-specific concepts that can be represented according to multiple alternative classification criteria.
}}
}}
{{Graphical representation
{{Graphical representation
Line 16: Line 15:
|Scenario=Retrieve all "dishwashing detergents" whose "Brand" is "Palmolive" and whose "Scent" is "lemon".
|Scenario=Retrieve all "dishwashing detergents" whose "Brand" is "Palmolive" and whose "Scent" is "lemon".
|ProposedSolution=http://dl.dropbox.com/u/1666716/Attachments/detergent_fcs_normalisation_prot3x_owl.owl
|ProposedSolution=http://dl.dropbox.com/u/1666716/Attachments/detergent_fcs_normalisation_prot3x_owl.owl
-
|RelatedPattern=Partition, Normalization, ClassAsPropertyValue
+
|RelatedPattern=Partition, Normalization, ClassAsPropertyValue, Faceted Classification Scheme,
}}
}}
{{Additional information header}}
{{Additional information header}}
-
A more detailed explanation of this modeling issue and the rationale of one proposed solution is presented in the paper: [http://eprints.ecs.soton.ac.uk/21488/ How to ''Reuse'' a Faceted Classification and Put It on the ''Semantic'' Web].
+
To the best of our knowledge, guidelines for the conceptualization and representation of domain-specific concepts prone to be described based on multiple (potentially alternative) classification criteria, has not been explicitly considered in the context of ontology modeling for the Semantic Web.
 +
General examples of domain-specific concepts that exhibit the characteristics described abound, going from a "bibliographic reference", (which could be classified according to several criteria such as "subject", "author", "publication venue", etc.); to a "toy" (which could be classified based on "suitable age", "brand", "subject type", etc.).
 +
The list of examples can go on.
 +
We have seen in our own experience that lack of specific design guidelines leaves ample room for conceptual errors when trying to develop a simple domain-specific ontology model for such concepts.
 +
For example, common mistakes when trying to represent these concepts and their classification criteria are to use subsumption relations between classes when in fact a part-of relation would be in order, or to use subsumption to model relationships that are outside OWL DL expressivity altogether.
 +
 
 +
Other examples of domain-specific concepts that can fit into the modeling scenario described are particularly interesting because they are used in well-known ontology development literature using OWL.
 +
They include: "Wine" [[Community:References/OWL web ontology language guide|(Welty et al., 2004)]], "Person" (in the context of family history relations) [[Community:References/OWL 2 web ontology language primer|(Krotzsch et al., 2009)]], or "Pizza" [[Community:References/A Practical Guide To Building OWL Ontologies Using Protege 4 and CO-ODE Tools Edition 1 2 2|(Horridge et al., 2009)]].  
 +
However, in none of them, they refer explicitly to the various classification criteria of the domain concept that are considered implicitly, nor attempt to represent these criteria explicitly in the respective ontology models developed.
 +
 
 +
This modeling issue refers to the conceptualization of a specific domain concept using a Faceted Classification Scheme (FCS).
 +
 
 +
A FCS is defined as: "a set of mutually exclusive and jointly exhaustive categories, each made by isolating one perspective on the items (a facet), that combine to completely describe all the objects in question, and which users can use, by searching and browsing, to find what they need" [[Community:References/How to Make a Faceted Classification and Put It On the Web 2|(Denton, 2003)]].
 +
 
 +
The section '''Diagram''' below presents an example of a FCS in the domain of "Dishwashing Detergent" from [[Community:References/How to Make a Faceted Classification and Put It On the Web 2|(Denton, 2003)]].
 +
A more detailed explanation of this modeling issue and the rationale of one proposed solution is presented in the  paper: [[Community:References/How to Reuse a Faceted Classification and Put it on the Semantic Web|(Rodriguez-Castro et al., 2010)]].
The OWL file in section '''Proposed Solutions''' provides an OWL DL implementation of  
The OWL file in section '''Proposed Solutions''' provides an OWL DL implementation of  
-
the example FCS in section '''Diagram''' applying the Normalization ODP as outlined in the paper mentioned.
+
the example FCS in section '''Diagram''' applying the [[Submissions:Normalization|Normalization]] ODP as outlined in the paper mentioned.
{{My references}}
{{My references}}
{{Modeling Issue toolbar}}
{{Modeling Issue toolbar}}

Current revision

Multiple Alternative Classification Criteria

Title: Multiple Alternative Classification Criteria.

Faceted Classification Scheme (FCS).

Description: This modelling issue describes a specific, very recurrent modeling scenario in ontology development, subject to the vulnerability of ad-hoc modeling practices that could potentially lead to unexpected or undesirable results in ontology artifacts. The scenario consists of domain-specific concepts that can be represented according to multiple alternative classification criteria.

Diagram

Image:Denton - 2003 - FCS Dishwashing Detergent.jpg

About

Users BenedictoRodriguezCastro, HughGlaser, LesCarr
Domains General, Vocabulary
Competency Questions Allow me to retrieve all "elements" (classes/individuals) of a "domain concept" viewed by a combination of "values" (or "terms") from various "classification criteria" (or "facets").
Scenarios Retrieve all "dishwashing detergents" whose "Brand" is "Palmolive" and whose "Scent" is "lemon".
Proposed Solutions (OWL files)
Related patterns


Additional information

To the best of our knowledge, guidelines for the conceptualization and representation of domain-specific concepts prone to be described based on multiple (potentially alternative) classification criteria, has not been explicitly considered in the context of ontology modeling for the Semantic Web. General examples of domain-specific concepts that exhibit the characteristics described abound, going from a "bibliographic reference", (which could be classified according to several criteria such as "subject", "author", "publication venue", etc.); to a "toy" (which could be classified based on "suitable age", "brand", "subject type", etc.). The list of examples can go on. We have seen in our own experience that lack of specific design guidelines leaves ample room for conceptual errors when trying to develop a simple domain-specific ontology model for such concepts. For example, common mistakes when trying to represent these concepts and their classification criteria are to use subsumption relations between classes when in fact a part-of relation would be in order, or to use subsumption to model relationships that are outside OWL DL expressivity altogether.

Other examples of domain-specific concepts that can fit into the modeling scenario described are particularly interesting because they are used in well-known ontology development literature using OWL. They include: "Wine" (Welty et al., 2004), "Person" (in the context of family history relations) (Krotzsch et al., 2009), or "Pizza" (Horridge et al., 2009). However, in none of them, they refer explicitly to the various classification criteria of the domain concept that are considered implicitly, nor attempt to represent these criteria explicitly in the respective ontology models developed.

This modeling issue refers to the conceptualization of a specific domain concept using a Faceted Classification Scheme (FCS).

A FCS is defined as: "a set of mutually exclusive and jointly exhaustive categories, each made by isolating one perspective on the items (a facet), that combine to completely describe all the objects in question, and which users can use, by searching and browsing, to find what they need" (Denton, 2003).

The section Diagram below presents an example of a FCS in the domain of "Dishwashing Detergent" from (Denton, 2003).

A more detailed explanation of this modeling issue and the rationale of one proposed solution is presented in the paper: (Rodriguez-Castro et al., 2010).

The OWL file in section Proposed Solutions provides an OWL DL implementation of the example FCS in section Diagram applying the Normalization ODP as outlined in the paper mentioned.

References

Add a reference

  • Welty, C., McGuinness, D.L., Smith, M.K.: OWL web ontology language guide. W3C recommendation, W3C (February 2004). Documentation | reference page
  • Krotzsch, M., Patel-Schneider, P.F., Rudolph, S., Hitzler, P., Parsia, B.: OWL 2 web ontology language primer. Technical report, W3C (October 2009). Documentation | reference page
  • Matthew Horridge, Nick Drummond, Simon Jupp, Georgina Moulton, Robert Stevens. A Practical Guide To Building OWL Ontologies Using Protege 4 and CO-ODE Tools Edition 1.2. Technical report, The University Of Manchester, March 2009. Documentation | reference page
  • Denton, William. How to Make a Faceted Classification and Put It On the Web. Nov 2003. Documentation | reference page
  • Alan L. Rector. Modularisation of domain ontologies implemented in description logics and related formalisms including owl. In K-CAP '03: Proceedings of the 2nd international conference on Knowledge capture, pages 121{128, New York, NY, USA, 2003. ACM. ISBN 1-58113-583-1. Documentation | reference page
  • Rodriguez-Castro, B., Glaser, H. and Carr, L. (2010) How to Reuse a Faceted Classification and Put it on the Semantic Web. In: The 9th International Semantic Web Conference (ISWC), November 2010, Shanghai, China. Documentation | reference page
List of Modeling Issues | Post a new modeling issue | Add a comment in the discussion page
Submission to event

WOP:2010

Personal tools
Quality Committee
Content OP publishers