Skip to content

Commit

Permalink
fix: changed preferred names
Browse files Browse the repository at this point in the history
  • Loading branch information
catroest committed May 13, 2024
1 parent 78293e5 commit ed9603b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
samm:exampleValue "BPNL0123456789ZZ" .

:passportIdentifier a samm:Property ;
samm:preferredName "passportIdentifier"@en ;
samm:preferredName "Passport Identifier"@en ;
samm:description "The identifier of the product passport, which is an uuidv4."@en ;
samm:characteristic ext-uuid:UuidV4Trait ;
samm:exampleValue "urn:uuid:550e8400-e29b-41d4-a716-446655440000" .
Expand Down Expand Up @@ -688,22 +688,22 @@
samm:exampleValue "guaranteed lifetime" .

:width a samm:Property ;
samm:preferredName "width"@en ;
samm:preferredName "Width"@en ;
samm:description "The width of the item measured in a specific linear unit which can be declared in the corresponding unit attribute."@en ;
samm:characteristic ext-quantity:LinearCharacteristic .

:length a samm:Property ;
samm:preferredName "length"@en ;
samm:preferredName "Length"@en ;
samm:description "The length of the item measured in a specific linear unit which can be declared in the corresponding unit attribute."@en ;
samm:characteristic ext-quantity:LinearCharacteristic .

:diameter a samm:Property ;
samm:preferredName "diameter"@en ;
samm:preferredName "Diameter"@en ;
samm:description "The diameter of the item, if applicable, measured in a specific linear unit which can be declared in the corresponding unit attribute."@en ;
samm:characteristic ext-quantity:LinearCharacteristic .

:height a samm:Property ;
samm:preferredName "height"@en ;
samm:preferredName "Height"@en ;
samm:description "The height of the item measured in a specific linear unit which can be declared in the corresponding unit attribute."@en ;
samm:characteristic ext-quantity:LinearCharacteristic .

Expand Down Expand Up @@ -998,7 +998,7 @@
samm:characteristic :FacilityList .

:declaration a samm:Property ;
samm:preferredName "declaration"@en ;
samm:preferredName "Declaration"@en ;
samm:description "The footprint declaration in the format of a link "@en ;
samm:characteristic :DocumentList .

Expand Down

0 comments on commit ed9603b

Please sign in to comment.