Skip to content

Commit

Permalink
fix: message header prefix
Browse files Browse the repository at this point in the history
update message header prefix to shared namespace
  • Loading branch information
dominikoeh committed Aug 4, 2023
1 parent b05aa6a commit 05cebba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix : <urn:samm:io.catenax.shared.shopfloor_information_types:1.0.0#> .
@prefix ext-header: <urn:samm:io.catenax.message_header:1.0.0#> .
@prefix ext-header: <urn:samm:io.catenax.shared.message_header:1.0.0#> .

:ShopfloorInformationTypes a samm:Aspect ;
samm:preferredName "Shopfloor Information Types"@en ;
Expand Down Expand Up @@ -59,7 +59,7 @@
samm:dataType :TimeValue .

:TimeValue a samm:Entity ;
samm:preferredName "TimeValue"@en ;
samm:preferredName "Time Value"@en ;
samm:description "Datatype to express a time value"@en ;
samm:properties ( :timeUnit :value ) .

Expand Down

0 comments on commit 05cebba

Please sign in to comment.