From 6cedd146fedc912bf1b82013207e640cdb69759a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=B6ckmann?= Date: Tue, 11 Aug 2020 12:18:29 +0200 Subject: [PATCH 1/4] Fixing annotations ...1 --- model/contract/Rule.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/contract/Rule.ttl b/model/contract/Rule.ttl index 4c7a9fcc..0a7f602c 100644 --- a/model/contract/Rule.ttl +++ b/model/contract/Rule.ttl @@ -31,7 +31,7 @@ ids:Rule idsm:validation [ idsm:forProperty ids:action; idsm:relationType idsm:OneToMany; - idsm:constraint idsm:NotNull; + idsm:constraint idsm:NotEmpty; ]. ids:Permission rdfs:subClassOf ids:Rule; From 2da1b903d41aeaee73500508f32502ac026cfde4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=B6ckmann?= Date: Tue, 11 Aug 2020 12:20:07 +0200 Subject: [PATCH 2/4] Update InfrastructureComponent.ttl ...2 --- model/infrastructure/InfrastructureComponent.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/infrastructure/InfrastructureComponent.ttl b/model/infrastructure/InfrastructureComponent.ttl index 57f40491..76f68eed 100644 --- a/model/infrastructure/InfrastructureComponent.ttl +++ b/model/infrastructure/InfrastructureComponent.ttl @@ -25,7 +25,7 @@ ids:InfrastructureComponent rdfs:subClassOf ids:ManagedEntity; ]; idsm:validation [ idsm:forProperty ids:inboundModelVersion; - idsm:constraint idsm:NotNull; + idsm:constraint idsm:NotEmpty; idsm:relationType idsm:OneToMany; ]; idsm:validation [ @@ -80,4 +80,4 @@ ids:publicKey a owl:ObjectProperty; rdfs:label "Public Key"@en; rdfs:domain ids:InfrastructureComponent; rdfs:range ids:PublicKey; - rdfs:comment "Public Key that has been created for the Component."@en. \ No newline at end of file + rdfs:comment "Public Key that has been created for the Component."@en. From cfa38a21786cc5b7a98495d12b2999c7ea474a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=B6ckmann?= Date: Tue, 11 Aug 2020 12:21:46 +0200 Subject: [PATCH 3/4] Update Token.ttl ...3 --- model/security/Token.ttl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/model/security/Token.ttl b/model/security/Token.ttl index d1256204..cc4f35e2 100644 --- a/model/security/Token.ttl +++ b/model/security/Token.ttl @@ -72,11 +72,8 @@ ids:JwtPayload a owl:Class ; idsm:validation [ idsm:forProperty ids:transportCertsSha256; idsm:relationType idsm:OneToMany; + idsm:constraint idsm:NotEmpty; ]; - idsm:validation [ - idsm:forProperty ids:transportCertsSha256; - idsm:constraint idsm:NotNull; - ] . ids:transportCertsSha256 a owl:DatatypeProperty; From ff2a54c4b8538dbd3845ba08e7c149c557b57aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=B6ckmann?= Date: Tue, 11 Aug 2020 12:22:46 +0200 Subject: [PATCH 4/4] Update UsageControlObject.ttl ...4 --- model/content/UsageControlObject.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/content/UsageControlObject.ttl b/model/content/UsageControlObject.ttl index 68d2314c..90ea4881 100644 --- a/model/content/UsageControlObject.ttl +++ b/model/content/UsageControlObject.ttl @@ -18,7 +18,7 @@ ids:UsageControlObject a owl:Class; ]; idsm:validation [ idsm:forProperty ids:contract; - idsm:constraint idsm:NotNull; + idsm:constraint idsm:NotEmpty; idsm:relationType idsm:OneToMany; ] ; idsm:validation [