From 7e412162756ed6b944efc81537684a9b6aacb2f4 Mon Sep 17 00:00:00 2001 From: Jim Amsden Date: Thu, 20 Jun 2024 16:27:21 -0400 Subject: [PATCH] Three more value type updates --- specs/config/config-shapes.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/config/config-shapes.ttl b/specs/config/config-shapes.ttl index 391ceb9..e2c3f8c 100644 --- a/specs/config/config-shapes.ttl +++ b/specs/config/config-shapes.ttl @@ -945,7 +945,7 @@ or to a change set that include both a `oslc_config:RemoveAll` and a `oslc_confi oslc:propertyDefinition rdf:type ; oslc:occurs oslc:One-or-many ; oslc:representation oslc:Reference ; - oslc:valueType oslc:AnyResource ; + oslc:valueType oslc:Resource ; oslc:range rdfs:Class ; dcterms:description """A resource type URI. {{A change set delivery MUST have at least the resource type `oslc_config:ChangeSetDelivery`}}. @@ -959,7 +959,7 @@ but there is no requirement for servers to materialize this triple in the RDF re oslc:propertyDefinition oslc_config:sourceConfiguration ; oslc:occurs oslc:Exactly-one ; oslc:representation oslc:Reference ; - oslc:valueType oslc:AnyResource ; + oslc:valueType oslc:Resource ; oslc:range oslc_config:ChangeSet ; dcterms:description """A reference to a resource identifying the change set that was delivered. This cannot be modified after creation."""^^rdf:XMLLiteral @@ -970,7 +970,7 @@ delivered. This cannot be modified after creation."""^^rdf:XMLLiteral oslc:propertyDefinition oslc_config:targetStream ; oslc:occurs oslc:Exactly-one ; oslc:representation oslc:Reference ; - oslc:valueType oslc:AnyResource ; + oslc:valueType oslc:Resource ; oslc:range oslc_config:Configuration ; dcterms:description """A reference to a resource identifying the stream to which the change set was delivered. This cannot be modified after creation."""^^rdf:XMLLiteral