Submissions:Parameter
From Odp
If you are a member of quality committee please visit the
If you are author of this proposal or you want to contribute to this pattern's review, you can: specify if this revision takes in account any of the review(s) In general, it could be useful to visit the evaluation section to have information about the evaluation process of this proposal Current revision ID: 9108 |
Graphical representation
Diagram
General description
Name: | Parameter |
---|---|
Submitted by: | AldoGangemi |
Also Known As: | |
Intent: | To represent parameters to be used for a certain concept. |
Domains: | |
Competency Questions: | |
Solution description: | A basic pattern to represent parameters over concepts. Implemented with simple classes and properties. |
Reusable OWL Building Block: | http://ontologydesignpatterns.org/cp/owl/parameter.owl (882) |
Consequences: | |
Scenarios: | |
Known Uses: | |
Web References: | |
Other References: | |
Examples (OWL files): | |
Extracted From: | |
Reengineered From: | |
Has Components: | |
Specialization Of: | |
Related CPs: |
Elements
The Parameter Content OP locally defines the following ontology elements:
More complex parametrization requires workarounds. E.g. AgeRangeForDrugUsage could parametrize data value: 14 to 50 on the datatype: xsd:int. Since complex datatypes are not allowed in OWL1.0, a solution to this can only work by creating two 'sub-parameters': MinimumAgeRangeForDrugUsage (that hasParameterDataValue 14) and MaximumAgeRangeForDrugUsage (that hasParameterDataValue 50), which are components of the main Parameter AgeRangeForDrugUsage.
Ordering on subparameters can be created by using or specializing the object property 'precedes'.
Once defined, a Concept can be used in other descriptions.
The classifies relation relates concepts to entities at some time
However, in order to formally represent this constraint, we need to add an anonymous type to a parameter instance, using a property that convey the semantics of the parameter, e.g.:
High rdf:type Person and (some hasHeight (Height and (oneOf isTallerThan 185) and (oneOf hasUnitOfMeasure centimeter)))
Additional information
The parameter content ontology design pattern. This CP is extracted from the DOLCE Ultra Lite ontology. It represents parameters which are constraints or selections on observable values.
Scenarios
No scenario is added to this Content OP.
Reviews
There is no review about this proposal. This revision (revision ID 9108) takes in account the reviews: none
Other info at evaluation tab
Modeling issues
Modeling issue | Competency question | Domains |
---|---|---|
Situation classification | What situations satisfy a certain description? What descriptions can be (partly) satisfied by that situation? What situations (partly) satisfying a certain description can emerge out of this dataset? |
References