Skip to content

Commit 04eed68

Browse files
committed
Regenerate Make-managed file
It is not clear why this file was not regenerated earlier. Current suspected reason is `pre-commit`'s Git operations updating timestamps, causing `make` to think it was already up to date. `make clean && make` regenerated this. References: * ucoProject/UCO#383 * casework/CASE-Utilities-Python#37 (comment) Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 71fd41c commit 04eed68

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

examples/crossover_wmd/src/crossover_wmd_validation.ttl

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -259,52 +259,6 @@
259259
] ;
260260
sh:value "Phone"^^vocabulary1:AccountTypeVocab ;
261261
] ,
262-
[
263-
a sh:ValidationResult ;
264-
sh:focusNode [
265-
a observable:EmailMessageFacet ;
266-
observable:application <http://example.org/kb/Gmail-uuid> ;
267-
observable:bodyRaw <http://example.org/kb/content-data-f3b4a8da-d3ba-46b7-a7a0-3c17ec13648d> ;
268-
observable:messageID "CAKBqNfyKo+pvHkJy6kwO82jTbkNA@mail.gmail.com" ;
269-
observable:sender <http://example.org/kb/EmailAccount-99d72bac-8c21-11e9-8902-0c4de9c21b53> ;
270-
observable:sentTime "2018-11-20T21:28:07+00:00"^^xsd:dateTime ;
271-
observable:subject "Re: Bank transfer ?" ;
272-
] ;
273-
sh:resultMessage 'Less than 1 values on [ rdf:type uco-observable:EmailMessageFacet ; uco-observable:application kb:Gmail-uuid ; uco-observable:bodyRaw kb:content-data-f3b4a8da-d3ba-46b7-a7a0-3c17ec13648d ; uco-observable:messageID Literal("CAKBqNfyKo+pvHkJy6kwO82jTbkNA@mail.gmail.com") ; uco-observable:sender kb:EmailAccount-99d72bac-8c21-11e9-8902-0c4de9c21b53 ; uco-observable:sentTime Literal("2018-11-20T21:28:07+00:00" = 2018-11-20 21:28:07+00:00, datatype=xsd:dateTime) ; uco-observable:subject Literal("Re: Bank transfer ?") ]->observable:isMimeEncoded' ;
274-
sh:resultPath observable:isMimeEncoded ;
275-
sh:resultSeverity sh:Violation ;
276-
sh:sourceConstraintComponent sh:MinCountConstraintComponent ;
277-
sh:sourceShape [
278-
sh:datatype xsd:boolean ;
279-
sh:maxCount "1"^^xsd:integer ;
280-
sh:minCount "1"^^xsd:integer ;
281-
sh:nodeKind sh:Literal ;
282-
sh:path observable:isMimeEncoded ;
283-
] ;
284-
] ,
285-
[
286-
a sh:ValidationResult ;
287-
sh:focusNode [
288-
a observable:EmailMessageFacet ;
289-
observable:application <http://example.org/kb/Gmail-uuid> ;
290-
observable:bodyRaw <http://example.org/kb/content-data-f3b4a8da-d3ba-46b7-a7a0-3c17ec13648d> ;
291-
observable:messageID "CAKBqNfyKo+pvHkJy6kwO82jTbkNA@mail.gmail.com" ;
292-
observable:sender <http://example.org/kb/EmailAccount-99d72bac-8c21-11e9-8902-0c4de9c21b53> ;
293-
observable:sentTime "2018-11-20T21:28:07+00:00"^^xsd:dateTime ;
294-
observable:subject "Re: Bank transfer ?" ;
295-
] ;
296-
sh:resultMessage 'Less than 1 values on [ rdf:type uco-observable:EmailMessageFacet ; uco-observable:application kb:Gmail-uuid ; uco-observable:bodyRaw kb:content-data-f3b4a8da-d3ba-46b7-a7a0-3c17ec13648d ; uco-observable:messageID Literal("CAKBqNfyKo+pvHkJy6kwO82jTbkNA@mail.gmail.com") ; uco-observable:sender kb:EmailAccount-99d72bac-8c21-11e9-8902-0c4de9c21b53 ; uco-observable:sentTime Literal("2018-11-20T21:28:07+00:00" = 2018-11-20 21:28:07+00:00, datatype=xsd:dateTime) ; uco-observable:subject Literal("Re: Bank transfer ?") ]->observable:isMultipart' ;
297-
sh:resultPath observable:isMultipart ;
298-
sh:resultSeverity sh:Violation ;
299-
sh:sourceConstraintComponent sh:MinCountConstraintComponent ;
300-
sh:sourceShape [
301-
sh:datatype xsd:boolean ;
302-
sh:maxCount "1"^^xsd:integer ;
303-
sh:minCount "1"^^xsd:integer ;
304-
sh:nodeKind sh:Literal ;
305-
sh:path observable:isMultipart ;
306-
] ;
307-
] ,
308262
[
309263
a sh:ValidationResult ;
310264
sh:focusNode [

0 commit comments

Comments
 (0)