|
@@ -3,15 +3,12 @@ description <http://ua.com.be/sdo2l/description/structuralModels#> as components
|
|
|
uses <http://www.w3.org/2001/XMLSchema#> as xsd
|
|
|
uses <http://ua.com.be/sdo2l/vocabulary/component#> as comp
|
|
|
uses <http://bipm.org/jcgm/vim4#> as vim4
|
|
|
- uses <http://ua.com.be/sdo2l/vocabulary/processtraces#> as traces
|
|
|
extends <http://iso.org/iso-80000-4.1#> as iso-80000-4.1
|
|
|
- extends <http://ua.com.be/sdo2l/description/workflows#> as workflows
|
|
|
|
|
|
ci car-structural-model : comp:StructuralModel [
|
|
|
base:hasIdentifier "str-01"
|
|
|
base:hasCanonicalName "CarModel"
|
|
|
base:hasDescription "The structural model of a simple car with four wheels."
|
|
|
- traces:relatesTo workflows:car-structural-model-usage
|
|
|
]
|
|
|
|
|
|
ci car-component : comp:CarComponent [
|
|
@@ -20,6 +17,8 @@ description <http://ua.com.be/sdo2l/description/structuralModels#> as components
|
|
|
]
|
|
|
|
|
|
ci car-massAttribute : comp:Attribute [
|
|
|
+ base:hasIdentifier "c1-mass"
|
|
|
+ base:hasCanonicalName "c1-mass att"
|
|
|
vim4:hasDoubleNumber "2000"^^xsd:double
|
|
|
vim4:characterizes car-component
|
|
|
vim4:unit iso-80000-4.1:kilogram
|
|
@@ -32,6 +31,8 @@ description <http://ua.com.be/sdo2l/description/structuralModels#> as components
|
|
|
]
|
|
|
|
|
|
ci wheel1-massAttribute : comp:Attribute [
|
|
|
+ base:hasIdentifier "w1-mass"
|
|
|
+ base:hasCanonicalName "w1-mass att"
|
|
|
vim4:hasDoubleNumber "2"^^xsd:double
|
|
|
vim4:characterizes wheel1-component
|
|
|
vim4:unit iso-80000-4.1:kilogram
|
|
@@ -43,6 +44,8 @@ description <http://ua.com.be/sdo2l/description/structuralModels#> as components
|
|
|
]
|
|
|
|
|
|
ci wheel2-massAttribute : comp:Attribute [
|
|
|
+ base:hasIdentifier "w2-mass"
|
|
|
+ base:hasCanonicalName "w2-mass att"
|
|
|
vim4:hasDoubleNumber "3"^^xsd:double
|
|
|
vim4:characterizes wheel2-component
|
|
|
vim4:unit iso-80000-4.1:kilogram
|
|
@@ -54,6 +57,8 @@ description <http://ua.com.be/sdo2l/description/structuralModels#> as components
|
|
|
]
|
|
|
|
|
|
ci wheel3-massAttribute : comp:Attribute [
|
|
|
+ base:hasIdentifier "w3-mass"
|
|
|
+ base:hasCanonicalName "w3-mass att"
|
|
|
vim4:hasDoubleNumber "1"^^xsd:double
|
|
|
vim4:characterizes wheel3-component
|
|
|
vim4:unit iso-80000-4.1:kilogram
|
|
@@ -65,6 +70,8 @@ description <http://ua.com.be/sdo2l/description/structuralModels#> as components
|
|
|
]
|
|
|
|
|
|
ci wheel4-massAttribute : comp:Attribute [
|
|
|
+ base:hasIdentifier "w4-mass"
|
|
|
+ base:hasCanonicalName "w4-mass att"
|
|
|
vim4:hasDoubleNumber "3"^^xsd:double
|
|
|
vim4:characterizes wheel4-component
|
|
|
vim4:unit iso-80000-4.1:kilogram
|