Constraint

datatype

Inspire revision 4711 Gyldig

-- Name -- Constraint
A constraint on some property e.g. wavelength = 200nm. -- Description -- A constraint on some property e.g. wavelength = 200nm. This property is typically not the same property as the base phenomenon of the observed property. e.g. the observed property has a base phenomenon 'radiance'. a constraint is added to say 'wavelength = 200nm' So the overall ObservableProperty which is represented is 'radiance where wavelength = 200nm' The Constraint class is specialised into several specific classes covering Scalar, Range and Categorical constraints
Egenskap Stereotype Beskrivelse Type Multiplisitet
constrainedProperty -- Name -- constrainedProperty PhenomenonTypeValue (kodeliste) 0..1
label -- Name -- description CharacterString 0..1
Navn Type Lengde Multiplisitet
PhenomenonTypeValue 0..1
CharacterString 0..1
Name Type English Description
constrainedProperty PhenomenonTypeValue The property being constrained. e.g. 'colour' if the constraint is 'colour = blue'
label CharacterString A human readable title for the constraint as a whole

Vis Constraint i NVDB Datakatalog

Id Navn Type Multiplisitet
PhenomenonTypeValue 0 ..1
CharacterString 0 ..1
Assosiasjonstype Navn Kilde Destinasjon
assosiasjon ObservableProperty restriction Constraint 0..*
arv subtype OtherConstraint supertype Constraint
arv subtype RangeConstraint supertype Constraint
arv subtype CategoryConstraint supertype Constraint
arv subtype ScalarConstraint supertype Constraint