-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Model Update]: SingleLevelBomAsPlanned 3.0.0 #639
Merged
agg3fe
merged 19 commits into
eclipse-tractusx:main
from
johannsvarela:update_single_level_bom_as_planned_3.0.0
Feb 28, 2024
Merged
Changes from 8 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
afe1a68
Create metadata.json
johannsvarela e659d20
Create SingleLevelBomAsPlanned.ttl
johannsvarela 31469ba
Update RELEASE_NOTES.md
johannsvarela 9d1ca46
Update RELEASE_NOTES.md
johannsvarela d6b4210
Update RELEASE_NOTES.md
johannsvarela daa5da5
Update RELEASE_NOTES.md
johannsvarela c73a7af
Merge branch 'eclipse-tractusx:main' into update_single_level_bom_as_…
johannsvarela 75961a8
Update SingleLevelBomAsPlanned.ttl
johannsvarela 635aed3
Update SingleLevelBomAsPlanned.ttl
johannsvarela 8f66f0c
Update RELEASE_NOTES.md
johannsvarela b1badc8
Update RELEASE_NOTES.md
johannsvarela 025e9a8
Update RELEASE_NOTES.md
johannsvarela 1595eee
Update SingleLevelBomAsPlanned.ttl
johannsvarela e378847
Update RELEASE_NOTES.md
johannsvarela f985190
Update SingleLevelBomAsPlanned.ttl
johannsvarela 26a5f2d
Merge branch 'eclipse-tractusx:main' into update_single_level_bom_as_…
johannsvarela f6225ef
Update SingleLevelBomAsPlanned.ttl
johannsvarela 2bc5342
Update SingleLevelBomAsPlanned.ttl
johannsvarela 0bc8394
Update SingleLevelBomAsPlanned.ttl
johannsvarela File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
136 changes: 136 additions & 0 deletions
136
io.catenax.single_level_bom_as_planned/3.0.0/SingleLevelBomAsPlanned.ttl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
####################################################################### | ||
# Copyright (c) 2022,2023, 2024 BASF SE | ||
# Copyright (c) 2022,2023, 2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) | ||
# Copyright (c) 2022,2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST & Fraunhofer IML) | ||
# Copyright (c) 2022,2023, 2024 German Edge Cloud GmbH & Co. KG | ||
# Copyright (c) 2022,2023, 2024 Henkel AG & Co. KGaA | ||
# Copyright (c) 2022,2023, 2024 Mercedes Benz AG | ||
# Copyright (c) 2022,2023, 2024 Robert Bosch Manufacturing Solutions GmbH | ||
# Copyright (c) 2022,2023, 2024 SAP SE | ||
# Copyright (c) 2022,2023, 2024 Siemens AG | ||
# Copyright (c) 2022,2023, 2024 T-Systems International GmbH | ||
# Copyright (c) 2022,2023, 2024 ZF Friedrichshafen AG | ||
# Copyright (c) 2022,2023, 2024 Contributors to the Eclipse Foundation | ||
# | ||
# See the NOTICE file(s) distributed with this work for additional | ||
# information regarding copyright ownership. | ||
# | ||
# This work is made available under the terms of the | ||
# Creative Commons Attribution 4.0 International (CC-BY-4.0) license, | ||
# which is available at | ||
# https://creativecommons.org/licenses/by/4.0/legalcode. | ||
# | ||
# SPDX-License-Identifier: CC-BY-4.0 | ||
####################################################################### | ||
|
||
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.1.0#>. | ||
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.1.0#>. | ||
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.1.0#>. | ||
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.1.0#>. | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>. | ||
@prefix : <urn:samm:io.catenax.single_level_bom_as_planned:3.0.0#>. | ||
@prefix ext-number: <urn:samm:io.catenax.shared.business_partner_number:2.0.0#>. | ||
@prefix ext-quantity: <urn:samm:io.catenax.shared.quantity:2.0.0#>. | ||
@prefix ext-uuid: <urn:samm:io.catenax.shared.uuid:2.0.0#>. | ||
|
||
:SingleLevelBomAsPlanned a samm:Aspect; | ||
samm:preferredName "Single Level Bill of Material as Planned"@en; | ||
samm:description "The single-level bill of material (BoM)represents one sub-level of an assembly and does not include any lower-level subassemblies. In the As-Planned lifecycle state all variants are covered (\"120% BoM\").\nIf multiple versions of child parts exist that can be assembled into the same parent part, all versions of the child part are included in the BoM.\nIf there are multiple suppliers for the same child part, each supplier has an entry for their child part in the BoM."@en; | ||
samm:properties (:catenaXId :childItems); | ||
samm:operations (); | ||
samm:events (). | ||
|
||
:catenaXId a samm:Property; | ||
samm:preferredName "Catena-X Identifier"@en; | ||
samm:description "The Catena-X ID of the given part (e.g. the component), valid for the Catena-X dataspace."@en; | ||
samm:characteristic ext-uuid:UuidV4Trait; | ||
samm:exampleValue "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d". | ||
|
||
:childItems a samm:Property; | ||
samm:preferredName "Child Items"@en; | ||
samm:description "Set of child items in As-Planned lifecycle phase, of which the given parent object is assembled by (one structural level down)."@en; | ||
samm:characteristic :SetOfChildItemsCharacteristic. | ||
|
||
:SetOfChildItemsCharacteristic a samm-c:Set; | ||
samm:preferredName "Set of Child Items"@en; | ||
samm:description "Set of child items the parent object will be assembled by (one structural level down)."@en; | ||
samm:dataType :ChildData. | ||
|
||
:ChildData a samm:Entity; | ||
samm:preferredName "Child Data"@en; | ||
samm:description "Catena-X ID and meta data of the assembled child item."@en; | ||
samm:properties (:createdOn :quantity [ samm:property :lastModifiedOn; samm:optional true ] [ samm:property :validityPeriod; samm:optional true ] :businessPartner :hasAlternatives :catenaXId). | ||
|
||
:createdOn a samm:Property; | ||
samm:preferredName "Created on"@en; | ||
samm:description "Timestamp when the relation between the parent part and the child part was created"@en; | ||
samm:characteristic :DateTimeTrait; | ||
samm:exampleValue "2022-02-03T14:48:54.709Z". | ||
|
||
:quantity a samm:Property; | ||
samm:preferredName "Quantity"@en; | ||
samm:description "Quantity of which the child part will be assembled into the parent part."@en; | ||
samm:characteristic ext-quantity:MiscQuantityCharacteristic. | ||
|
||
:lastModifiedOn a samm:Property; | ||
samm:preferredName "Last Modified on"@en; | ||
samm:description "Timestamp when the relationship between parent part and child part was last modified."@en; | ||
samm:characteristic :DateTimeTrait; | ||
samm:exampleValue "2022-02-03T14:48:54.709Z". | ||
|
||
:validityPeriod a samm:Property; | ||
samm:preferredName "Validity Period"@en; | ||
samm:description "The period of time during which the parent-child relation is valid. This relates to whether a child part can be built into the parent part at a given time.\nIf no validity period is given the relation is considered valid at any point in time."@en; | ||
samm:characteristic :ValidityPeriodCharacteristic. | ||
|
||
:businessPartner a samm:Property; | ||
samm:preferredName "Business Partner"@en; | ||
samm:description "The supplier of the given child item."@en; | ||
samm:characteristic ext-number:BpnlTrait; | ||
samm:exampleValue "BPNL50096894aNXY". | ||
|
||
:hasAlternatives a samm:Property; | ||
samm:preferredName "Has Alternatives"@en; | ||
samm:description "Expresses whether the built-in part will be installed or whether it is one of several options. If the value is incorrect, it can be assumed that this exact element is being installed. If the value is true, it is not known whether this element or an alternative element will be installed.\nThis is the case, for example, when the same item is delivered by two suppliers and the item is only tracked using a customer part ID during assembly. Therefore, these articles cannot be differentiated from one another."@en; | ||
samm:characteristic samm-c:Boolean; | ||
samm:exampleValue true. | ||
|
||
:DateTimeTrait a samm-c:Trait; | ||
samm:preferredName "Date Time Trait"@en; | ||
samm:description "Trait to ensure regular expressions with different date and time(zone)formats."@en; | ||
samm-c:baseCharacteristic :DateTimeCharacteristic; | ||
samm-c:constraint :DateTimeRegularExpression. | ||
|
||
:ValidityPeriodCharacteristic a samm:Characteristic; | ||
samm:preferredName "Validity Period Characteristic"@en; | ||
samm:description "Characteristic for a validity period defined by an (optional)start and an (optional)end timestamp."@en; | ||
samm:dataType :ValidityPeriodEntity. | ||
|
||
:DateTimeCharacteristic a samm:Characteristic; | ||
samm:preferredName "Date Time Characteristic"@en; | ||
samm:description "Describes a property which contains the date and time with an optional timezone."@en; | ||
samm:dataType xsd:string. | ||
|
||
:DateTimeRegularExpression a samm-c:RegularExpressionConstraint; | ||
samm:preferredName "Date Time Regular Expression"@en; | ||
samm:description "Regular Expression to enable UTC and Timezone formats and the possibility to exclude time information."@en; | ||
samm:value "^(?:[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(?:[.][0-9]+)?Z|[0-9]{4}-[0-9]{2}-[0-9]{2}(?:T[0-9]{2}:[0-9]{2}:[0-9]{2}(?:[.][0-9]+)?(?:Z|[+-][0-9]{2}:[0-9]{2}))?)$". | ||
|
||
:ValidityPeriodEntity a samm:Entity; | ||
samm:preferredName "Validity Period Entity"@en; | ||
samm:description "If a validity period only has a start that means that the period is valid from the start date without a (yet)defined enddate and vice versa."@en; | ||
samm:properties ([ samm:property :validFrom; samm:optional true ] [ samm:property :validTo; samm:optional true ]). | ||
|
||
:validFrom a samm:Property; | ||
samm:preferredName "Valid from"@en; | ||
samm:description "Start date of validity period."@en; | ||
samm:characteristic :DateTimeTrait; | ||
samm:exampleValue "2023-03-21T08:17:29.187+01:00". | ||
|
||
:validTo a samm:Property; | ||
samm:preferredName "Valid to"@en; | ||
samm:description "End date of validity period."@en; | ||
samm:characteristic :DateTimeTrait; | ||
samm:exampleValue "2024-07-01T16:10:00.000+01:00". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "status" : "release"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please correct release notes.