Resolve
RDF Terms
Data based on @zazuko/vocabularies
Defined byDatatype Ontology
Click to Copy
dtype:orderClick to Copy
http://www.linkedmodel.org/schema/dtype#orderNamespace
Recommended prefix
Copy 'PREFIX dtype: <http://www.linkedmodel.org/schema/dtype#>'
lang:""
order
lang:""
The property "dtype:order" provides a means to specify a precedence.
One use of order is in specifying ordered enumerations such as "voag:ConfidentialityLevel".
A similar property, but with an important type difference, is "vaem:orderIndex".
This is for use on property occurrences in class axioms where it can be placed on a restriction
to specify how that property may be transformed into other representations where ordering has some
importance, for example, in XML Schema sequences.
Whereas "vaem:order" is a datatype property, "vaem:orderIndex" is an annotation property.
The "order" property specifies a value that can establish precedence and ordinality.
One use of order is in make an enumeration an ordinal type.
For example "RiskLevel" might have the values "very low", "low", "medium", "high" and "very high".
A query that asks for all risks that are greater than "medium" would use the ordinal values and return
those resources that have “medium”, “high” and “very high” ordinality.