From ed9603b6f985066807d56a8261ef8fd46680f0a8 Mon Sep 17 00:00:00 2001 From: Carolin Troester Date: Mon, 13 May 2024 11:10:10 +0200 Subject: [PATCH] fix: changed preferred names --- .../5.0.0/DigitalProductPassport.ttl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/io.catenax.generic.digital_product_passport/5.0.0/DigitalProductPassport.ttl b/io.catenax.generic.digital_product_passport/5.0.0/DigitalProductPassport.ttl index 2897757f..33c1b115 100644 --- a/io.catenax.generic.digital_product_passport/5.0.0/DigitalProductPassport.ttl +++ b/io.catenax.generic.digital_product_passport/5.0.0/DigitalProductPassport.ttl @@ -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" . @@ -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 . @@ -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 .