Skip to content

Commit

Permalink
Fixed value type errors from ShapeChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Amsden committed Jun 20, 2024
1 parent 69f9192 commit a278b92
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 @@ -1003,7 +1003,7 @@ change set was delivered. This cannot be modified after creation."""^^rdf:XMLLit
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 conflict MUST have at least the resource type `oslc_config:ChangeSetDeliveryConflict`}}.
Expand All @@ -1017,7 +1017,7 @@ but there is no requirement for servers to materialize this triple in the RDF re
oslc:propertyDefinition oslc_config:sourceVersionResource ;
oslc:occurs oslc:Exactly-one ;
oslc:representation oslc:Reference ;
oslc:valueType oslc:AnyResource ;
oslc:valueType oslc:Resource ;
oslc:range oslc_config:VersionResource ;
dcterms:description """The version resource in the source
configuration that is in conflict."""^^rdf:XMLLiteral
Expand All @@ -1028,7 +1028,7 @@ configuration that is in conflict."""^^rdf:XMLLiteral
oslc:propertyDefinition oslc_config:targetVersionResource ;
oslc:occurs oslc:Exactly-one ;
oslc:representation oslc:Reference ;
oslc:valueType oslc:AnyResource ;
oslc:valueType oslc:Resource ;
oslc:range oslc_config:VersionResource ;
dcterms:description """The version resource in the target
stream that is in conflict."""^^rdf:XMLLiteral
Expand Down

0 comments on commit a278b92

Please sign in to comment.