Line 28: | Line 28: | ||
* '':M_iClass_jTDC'' denotes a defined class that represents a subset of the target domain concept class '':TDC''. Every class '':M_iClass_jTDC'' is defined based on its relationship to the single corresponding class '':M_iClass_j'' that it is derived from. | * '':M_iClass_jTDC'' denotes a defined class that represents a subset of the target domain concept class '':TDC''. Every class '':M_iClass_jTDC'' is defined based on its relationship to the single corresponding class '':M_iClass_j'' that it is derived from. | ||
* '':SpecificTDC_x'' denotes a primitive class that represents a subset of the target domain concept class '':TDC'' and an entity from the domain to be classified. Every class '':SpecificTDC_x'' is described based on its relationship to various classes '':M_iClass_j'' from potentially different modules. As a consequence of this relationship, the classes '':SpecificTDC_x'' could introduce the polyhierarchy scenarios in the ontology model that the [[Submissions:Normalization|Normalization]] ODP aims to manage and untangle. | * '':SpecificTDC_x'' denotes a primitive class that represents a subset of the target domain concept class '':TDC'' and an entity from the domain to be classified. Every class '':SpecificTDC_x'' is described based on its relationship to various classes '':M_iClass_j'' from potentially different modules. As a consequence of this relationship, the classes '':SpecificTDC_x'' could introduce the polyhierarchy scenarios in the ontology model that the [[Submissions:Normalization|Normalization]] ODP aims to manage and untangle. | ||
+ | |||
+ | The implementation of a generic defined class '':M_iClass_jTDC'' is given as follows: | ||
+ | '':M_iClass_jTDC'' rdf:type owl:Class ; | ||
+ | rdfs:subClassOf '':TDC'' ; | ||
+ | owl:equivalentClass [ rdf:type owl:Restriction ; | ||
+ | owl:onProperty '':hasModule_i'' ; | ||
+ | owl:someValuesFrom '':M_iClass_j'' | ||
+ | ] . | ||
+ | |||
+ | The implementation of a generic class '':SpecificTDC_x'' is given as follows: | ||
+ | '':SpecificTDC_x'' rdf:type owl:Class ; | ||
+ | rdfs:subClassOf '':TDC'' , | ||
+ | [ rdf:type owl:Restriction ; | ||
+ | owl:onProperty '':hasModule_i'' ; | ||
+ | owl:someValuesFrom '':M_iClass_j'' | ||
+ | ] , | ||
+ | [ ... rest of existential restrictions on property '':hasModule_i'' | ||
+ | for every class '':M_iClass_j'' that participates | ||
+ | in the description of '':SpecificTDC_x'' | ||
+ | ] . | ||
+ | |||
+ | This implementation of the classes '':M_iClass_jTDC'' and '':SpecificTDC_x'' respectively, enable a reasoner to infer and maintain the subsumption relations between a given class '':SpecificTDC_x'' and the various classes '':M_iClass_jTDC'' that it is related to. | ||
+ | |||
|Graphical Representation=NormalizationGenericStructure2.png | |Graphical Representation=NormalizationGenericStructure2.png | ||
}} | }} |
Name | Faceted Classification Scheme]] (FCS) |
---|---|
Problem | Ontological representation of a specific domain concept conceptualized using a Faceted Classification Scheme (FCS). |
Description | 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 following notation is introduced to refer to the elements of a generic FCS in the figure below:
|
---|---|
Graphical Representation |
Diagram |
Description | Generic structure of the Normalization ODP used to represent a Faceted Classification Scheme.
The symbol (≡) denotes an OWL defined class. The figure below represents a further generalization of the Normalization ODP and introduces the following notation:
The implementation of a generic defined class :M_iClass_jTDC is given as follows: :M_iClass_jTDC rdf:type owl:Class ; rdfs:subClassOf :TDC ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :hasModule_i ; owl:someValuesFrom :M_iClass_j ] . The implementation of a generic class :SpecificTDC_x is given as follows: :SpecificTDC_x rdf:type owl:Class ; rdfs:subClassOf :TDC , [ rdf:type owl:Restriction ; owl:onProperty :hasModule_i ; owl:someValuesFrom :M_iClass_j ] , [ ... rest of existential restrictions on property :hasModule_i for every class :M_iClass_j that participates in the description of :SpecificTDC_x ] . This implementation of the classes :M_iClass_jTDC and :SpecificTDC_x respectively, enable a reasoner to infer and maintain the subsumption relations between a given class :SpecificTDC_x and the various classes :M_iClass_jTDC that it is related to. |
---|---|
Graphical Representation |
Diagram |
Description | Mapping between the elements in the generic structure of a Faceted Classification Scheme and the Normalization ODP.
The table below summarizes the alignment of the elements in the generic structure of both conceptual models. This alignment enables the conversion from a FCS to an OWL DL ontology by applying the Normalization ODP:
as introduced in section Ontology above.
Based on the principle of representating each facet of a FCS as a module of the Normalization ODP, the underlying ideas behind the mappings in the figure(table) above can be outlined as follows:
|
---|---|
Graphical Representation |
Diagram |
Description | To create an ontology model to represent an existing Faceted Classification Scheme for a specific domain concept. |
---|
Description | The figure below recaps the final FCS developed for the "Dishwashing Detergent" domain example in (Denton, 2003)(§ 2.4). The elements of the schema fit into the generic structure of a FCS presented in section Non-Ontological Resource earlier, where:
|
---|---|
Graphical Representation |
Diagram |
Web Reference | http://www.miskatonic.org/library/facet-web-howto.html |
Description | OWL representation of the "Dishwashing Detergent" domain concept Faceted Classification Scheme applying the Normalization ODP.
The symbol (≡) denotes an OWL defined class. [[Image:FacetedClassificationSchemeOntoExObjProp.png |
---|---|
Graphical Representation |
Diagram |
Web Reference | http://dl.dropbox.com/u/1666716/Attachments/detergent_fcs_normalisation_prot3x_owl.owl |
Description | Using the mappings from the table. |
---|---|
Graphical Representation |
Diagram |
SubmittedBy | BenedictoRodriguezCastro |
---|---|
Author | BenedictoRodriguezCastro, HughGlaser, LesCarr |
Also known as | |
Known uses | |
Related to | Submissions:Normalization, Submissions:Partition, Submissions:ClassAsPropertyValue |
Other References |
No scenario is added to this Content OP.
This revision (revision ID 10028) takes in account the reviews: none
Other info at evaluation tab
![]() |
Submission to event |
---|