Submissions:Material Transformation

From Odp

(Difference between revisions)
Jump to: navigation, search
(Imported from OWL file.)
Line 1: Line 1:
{{Content_OP_Proposal_toolbar}}
{{Content_OP_Proposal_toolbar}}
{{Graphical representation header}}
{{Graphical representation header}}
-
{{Graphical representation
+
{{Graphical representation}}
-
|ImageName=
+
-
}}
+
{{Content OP Proposal Template
{{Content OP Proposal Template
-
|AlsoKnownAs=Material Transformation Pattern
+
|SubmittedBy=AdilaKrisnadhi
-
|Scenario=A pile of wood is transformed into ash by burning.
+
|Name=Material Transformation
-
Emboddied energy involved in the process of mixing aggregate, water, cement and other binders to create concrete.
+
|Intent=To contextualize the transformation process from raw components and the required equipment to a final manufactured artifact.
-
Materials required to construct a manufactured artifact such as a window (glass, wood, aluminum).
+
|Domain=Manufacturing, Chemistry, Workflow, Ecology
|CompetencyQuestion=What material resources were required to produce a product?
|CompetencyQuestion=What material resources were required to produce a product?
 +
Where did the transformation take place?
Where did the transformation take place?
 +
What was the time necessary for the transformation?
What was the time necessary for the transformation?
 +
What other materials or conditions were necessary for the transformation process to occur?
What other materials or conditions were necessary for the transformation process to occur?
 +
What materials change during the transformation?
What materials change during the transformation?
 +
How much energy is required for the transformation to take place?
How much energy is required for the transformation to take place?
 +
|ContentODPDescription=The pattern
 +
|ReusableOWLBuildingBlock=http://descartes-core.org/ontologies/mt/1.0/MaterialTransformationPattern.owl
|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.
|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.
-
|RelatedCP=
+
|Scenario=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).
-
|Intent=To contextualize the transformation process from raw components and the required equipment to a final manufactured artifact.
+
-
|SubmittedBy=AdilaKrisnadhi
+
-
|ReusableOWLBuildingBlock=http://descartes-core.org/ontologies/mt/v1.0/MaterialTransformationPattern.owl
+
-
|Name=Material Transformation
+
}}
}}
{{Element list header}}
{{Element list header}}
Line 83: Line 84:
|HasElement=Resource
|HasElement=Resource
}}
}}
-
 
{{Additional information header}}
{{Additional information header}}
-
 
-
{{Scenarios about me}}
 
-
{{Reviews about me}}{{Modeling issues about me}}{{My references}}
 
There are two axioms that we need in this pattern but not expressible in OWL.  
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:
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:
Line 94: Line 91:
ALL x.( MaterialTransformation(x) IMPLIES Exists y.(hasOutput(x,y) AND NOT hasInput(x,y) ) )
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.
Thus, this OWL encoding does not contain any axiom expressing the above two.
 +
{{Scenarios about me}}
 +
{{Reviews about me}}
 +
{{Modeling issues about me}}
 +
{{My references}}

Revision as of 04:48, 17 July 2014


This pattern has been certified.

Related submission, with evaluation history, can be found here

If you are a member of quality committee please visit the

evaluation section

If you are author of this proposal or you want to contribute to this pattern's review, you can:

In general, it could be useful to visit the evaluation section to have information about the evaluation process of this proposal

Current revision ID: 11929

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:

Manufacturing, Chemistry, Workflow, Ecology

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: The pattern
Reusable OWL Building Block: http://descartes-core.org/ontologies/mt/1.0/MaterialTransformationPattern.owl (253)
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)
hasCatalyst page
ObjectProperty hasEmbodiedEnergy (owl:ObjectProperty)
hasEmbodiedEnergy page
ObjectProperty hasEnergyUnit (owl:ObjectProperty)
hasEnergyUnit page
ObjectProperty hasEnergyValue (owl:ObjectProperty)
hasEnergyValue page
ObjectProperty hasInput (owl:ObjectProperty)
hasInput page
ObjectProperty hasOutput (owl:ObjectProperty)
hasOutput page
ObjectProperty needsEnergy (owl:ObjectProperty)
needsEnergy page
ObjectProperty occursAtTimeInterval (owl:ObjectProperty)
occursAtTimeInterval page
ObjectProperty occursInNeighborhood (owl:ObjectProperty)
occursInNeighborhood page
DatatypeProperty asLiteral (owl:DatatypeProperty)
asLiteral page
DatatypeProperty asNumeric (owl:DatatypeProperty)
asNumeric page
Class Catalyst (owl:Class)
Catalyst page
Class Energy (owl:Class)
Energy page
Class EnergyUnit (owl:Class)
EnergyUnit page
Class EnergyValue (owl:Class)
EnergyValue page
Class MaterialTransformation (owl:Class)
MaterialTransformation page
Class MaterialType (owl:Class)
MaterialType page
Class Neighborhood (owl:Class)
Neighborhood page
Class Product (owl:Class)
Product page
Class Resource (owl:Class)
Resource page

Additional information

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.

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. This revision (revision ID 11929) 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.


References

Add a reference

Personal tools
Quality Committee
Content OP publishers