Warning.gif

Warning!

This is an old revision. Go to current revision

Certified.png
This pattern has been certified.

Related submission, with evaluation history, can be found here

Working.gif Last modified date is: 2014-07-17

Graphical representation

Diagram (this article has no graphical representation)

General description

Name: Material Transformation
Submitted by: AdilaKrisnadhi
Also Known As:
Intent: To contextualize the transformation process from raw components and the required equipment to a final manufactured artifact.
Domains:
Competency Questions:
  • What material resources were required to produce a product?

Where did the transformation take place? What was the time necessary for the transformation? What other materials or conditions were necessary for the transformation process to occur? What materials change during the transformation? How much energy is required for the transformation to take place?

Solution description:
Reusable OWL Building Block: 1 (27)
Consequences: This is not a very generic pattern describing a change of states. It may not be applicable to broader types of transformation, like change of money, or change of political affiliations, etc.
Scenarios: A pile of wood is transformed into ash by burning.

Emboddied energy involved in the process of mixing aggregate, water, cement and other binders to create concrete. Materials required to construct a manufactured artifact such as a window (glass, wood, aluminum).

Known Uses:
Web References:
Other References:
Examples (OWL files):
Extracted From:
Reengineered From:
Has Components:
Specialization Of:
Related CPs:



Elements

The Material Transformation Content OP locally defines the following ontology elements:

ObjectProperty hasCatalyst (owl:ObjectProperty)
ArrowRight.gif hasCatalyst page
ObjectProperty hasEmbodiedEnergy (owl:ObjectProperty)
ArrowRight.gif hasEmbodiedEnergy page
ObjectProperty hasEnergyUnit (owl:ObjectProperty)
ArrowRight.gif hasEnergyUnit page
ObjectProperty hasEnergyValue (owl:ObjectProperty)
ArrowRight.gif hasEnergyValue page
ObjectProperty hasInput (owl:ObjectProperty)
ArrowRight.gif hasInput page
ObjectProperty hasOutput (owl:ObjectProperty)
ArrowRight.gif hasOutput page
ObjectProperty needsEnergy (owl:ObjectProperty)
ArrowRight.gif needsEnergy page
ObjectProperty occursAtTimeInterval (owl:ObjectProperty)
ArrowRight.gif occursAtTimeInterval page
ObjectProperty occursInNeighborhood (owl:ObjectProperty)
ArrowRight.gif occursInNeighborhood page
DatatypeProperty asLiteral (owl:DatatypeProperty)
ArrowRight.gif asLiteral page
DatatypeProperty asNumeric (owl:DatatypeProperty)
ArrowRight.gif asNumeric page
Class Catalyst (owl:Class)
ArrowRight.gif Catalyst page
Class Energy (owl:Class)
ArrowRight.gif Energy page
Class EnergyUnit (owl:Class)
ArrowRight.gif EnergyUnit page
Class EnergyValue (owl:Class)
ArrowRight.gif EnergyValue page
Class MaterialTransformation (owl:Class)
ArrowRight.gif MaterialTransformation page
Class MaterialType (owl:Class)
ArrowRight.gif MaterialType page
Class Neighborhood (owl:Class)
ArrowRight.gif Neighborhood page
Class Product (owl:Class)
ArrowRight.gif Product page
Class Resource (owl:Class)
ArrowRight.gif Resource page

Additional information

Scenarios

Scenarios about Material Transformation

No scenario is added to this Content OP.

Reviews

Reviews about Material Transformation
There is no review about this proposal.
Some subquery has no valid condition.

This revision (revision ID 11908) takes in account the reviews: none

Other info at evaluation tab

Modeling issues

Modeling issues about Material Transformation
There is no Modeling issue related to this proposal.
Some subquery has no valid condition.

References

Add a reference


There are two axioms that we need in this pattern but not expressible in OWL. The first says that there is at least one of the input that is not in the output of the transformation, which cannot be expressed in FOL as the formula: ALL x.( MaterialTransformation(x) IMPLIES Exists y.(hasInput(x,y) AND NOT hasOutput(x,y) ) ) The second states that there is at least one of the output that is not part of the input of the transformation: ALL x.( MaterialTransformation(x) IMPLIES Exists y.(hasOutput(x,y) AND NOT hasInput(x,y) ) ) Thus, this OWL encoding does not contain any axiom expressing the above two.

The page [[Bootstrap:Footer]] was not found.