Parameter

IRI:
http://www.ontologydesignpatterns.org/cp/owl/parameter.owl
Current version :
1.0 - Created by Valentina Presutti
Imported Ontologies :
http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl (visualise it with LODE )
Extracted from :
(visualise it with LODE )
Has Intent :
- To represent parameters to be used for a certain concept.
Other visualisation :
Ontology source - WebVowl

Abstract

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.

Table of Content

  1. Classes
  2. Object Properties
  3. Data Properties
  4. Annotation Properties
  5. Namespace Declarations

Classes

Conceptc back to ToC or Class ToC

IRI: http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#Concept

is defined by
http://www.ontologydesignpatterns.org/cp/owl/parameter.owl
A concept is a SocialObject, and isDefinedIn a Description . Once defined, a Concept can be used in other descriptions. The classifies relation relates concepts to entities at some time
has sub-classes
Parameterc
is in domain of
has parameterop
is in range of
is parameter forop

Parameterc back to ToC or Class ToC

IRI: http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#Parameter

is defined by
http://www.ontologydesignpatterns.org/cp/owl/parameter.owl
A Concept that classifies something having a certain value, e.g. 'High' can be said of people taller than 185 cm. 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)))
has super-classes
Conceptc
is in domain of
has parameter data valuedp, is parameter forop
is in range of
has parameterop

Object Properties

has parameterop back to ToC or Object Property ToC

IRI: http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#hasParameter

is defined by
http://www.ontologydesignpatterns.org/cp/owl/parameter.owl
A Concept can have a Parameter that constrains the attributes that a classified Entity can have in a certain Situation, e.g. a 4WheelDriver Role definedIn the ItalianTrafficLaw has a MinimumAge parameter on the Amount 16.
has domain
Conceptc
has range
Parameterc
is inverse of
is parameter forop

is parameter forop back to ToC or Object Property ToC

IRI: http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#isParameterFor

is defined by
http://www.ontologydesignpatterns.org/cp/owl/parameter.owl
A Concept can have a Parameter that constrains the attributes that a classified Entity can have in a certain Situation, e.g. a 4WheelDriver Role definedIn the ItalianTrafficLaw has a MinimumAge parameter on the Amount 16.
has domain
Parameterc
has range
Conceptc
is inverse of
has parameterop

Data Properties

has parameter data valuedp back to ToC or Data Property ToC

IRI: http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#hasParameterDataValue

is defined by
http://www.ontologydesignpatterns.org/cp/owl/parameter.owl
Parametrizes values from a datatype. For example, a Parameter AgeForDriving hasParameterDataValue 18 on datatype xsd:int, in the Italian traffic code. In this example, AgeForDriving isDefinedIn the Norm ItalianTrafficCodeAgeDriving. 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'.
has domain
Parameterc

Annotation Properties

commentap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#comment

extracted fromap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#extractedFrom

has authorap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasAuthor

has intentap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasIntent

is defined byap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#isDefinedBy

labelap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#label

version infoap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2002/07/owl#versionInfo

Namespace Declarations back to ToC

default namespace
http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#
cpannotationschema
http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#
owl
http://www.w3.org/2002/07/owl#
parameter
http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
schemas
http://www.ontologydesignpatterns.org/schemas/
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni .