Skip to content

Commit

Permalink
Three more value type updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Amsden committed Jun 20, 2024
1 parent a278b92 commit 7e41216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specs/config/config-shapes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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`}}.
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7e41216

Please sign in to comment.