Skip to content

Commit

Permalink
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jul 27, 2022
1 parent 71fb967 commit 836d047
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 429 deletions.
21 changes: 15 additions & 6 deletions examples/illustrations/recoverability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,18 @@ Using the NIST image `dfr-01-fat.dd` of a FAT 12 file system with unallocated fi
"uco-core:hasFacet": [
{
"@type": "uco-observable:FileFacet",
"uco-observable:createdTime": "2011-12-25T19:02:22Z",
"uco-observable:modifiedTime": "2000-02-29T19:11Z",
"uco-observable:accessedTime": "1999-01-02T05:00Z",
"uco-observable:createdTime": {
"@type": "xsd:dateTime",
"@value": "2011-12-25T19:02:22Z"
},
"uco-observable:modifiedTime": {
"@type": "xsd:dateTime",
"@value": "2000-02-29T19:11Z"
},
"uco-observable:accessedTime": {
"@type": "xsd:dateTime",
"@value": "1999-01-02T05:00Z"
},
"uco-observable:extension": "txt",
"uco-observable:fileName": "_BEID.txt",
"uco-observable:filePath": "/img_dfr-01-fat.dd/vol_vol2/_BEID.txt",
Expand Down Expand Up @@ -70,14 +79,14 @@ This recovered file system entry can be represented using the `observable:Unallo
"uco-core:hasFacet": [
{
"@type": "uco-observable:FileFacet",
"uco-observable:accessedTime": "null",
"uco-observable:accessedTime": null,
"uco-observable:extension": "tmp",
"uco-observable:fileName": "~badquinn3@gmail.com.ost.tmp",
"uco-observable:filePath": "/Users/Harley Quinn/AppData/Local/Microsoft/Outlook/badquinn3@gmail.com.ost",
"uco-observable:isDirectory": false,
"uco-observable:sizeInBytes": null,
"uco-observable:createdTime": "null",
"uco-observable:modifiedTime": "null"
"uco-observable:createdTime": null,
"uco-observable:modifiedTime": null
},
{
"@type": "uco-observable:UnallocatedRecoverabilityFacet",
Expand Down
29 changes: 23 additions & 6 deletions examples/illustrations/recoverability/recoverability.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
"uco-core:hasFacet": [
{
"@type": "uco-observable:FileFacet",
"uco-observable:accessedTime": "null",
"uco-observable:createdTime": "null",
"uco-observable:accessedTime": null,
"uco-observable:createdTime": null,
"uco-observable:extension": "tmp",
"uco-observable:fileName": "~badquinn3@gmail.com.ost.tmp",
"uco-observable:filePath": "/Users/Harley Quinn/AppData/Local/Microsoft/Outlook/badquinn3@gmail.com.ost",
"uco-observable:isDirectory": false,
"uco-observable:modifiedTime": "null",
"uco-observable:modifiedTime": null,
"uco-observable:sizeInBytes": null
},
{
Expand Down Expand Up @@ -119,13 +119,22 @@
"uco-core:hasFacet": [
{
"@type": "uco-observable:FileFacet",
"uco-observable:accessedTime": "1999-01-02T05:00Z",
"uco-observable:createdTime": "2011-12-25T19:02:22Z",
"uco-observable:accessedTime": {
"@type": "xsd:dateTime",
"@value": "1999-01-02T05:00Z"
},
"uco-observable:createdTime": {
"@type": "xsd:dateTime",
"@value": "2011-12-25T19:02:22Z"
},
"uco-observable:extension": "txt",
"uco-observable:fileName": "_BEID.txt",
"uco-observable:filePath": "/img_dfr-01-fat.dd/vol_vol2/_BEID.txt",
"uco-observable:isDirectory": false,
"uco-observable:modifiedTime": "2000-02-29T19:11Z",
"uco-observable:modifiedTime": {
"@type": "xsd:dateTime",
"@value": "2000-02-29T19:11Z"
},
"uco-observable:sizeInBytes": 712
},
{
Expand All @@ -135,6 +144,14 @@
"uco-observable:nameRecoverabilityStatus": "recovered"
}
]
},
{
"@id": "kb:e1e34d20-e77c-4087-a87d-d169d7155b8d",
"@type": "uco-observable:ObservableObject"
},
{
"@id": "kb:f96cfe21-1149-4a46-acb9-7299152c776b",
"@type": "uco-observable:ObservableObject"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -104,145 +104,6 @@
observable:metadataRecoverabilityStatus "recovered" ;
observable:nameRecoverabilityStatus "recovered" ;
] ;
] ,
[
a sh:ValidationResult ;
sh:focusNode [
a observable:FileFacet ;
observable:accessedTime "1999-01-02T05:00Z" ;
observable:createdTime "2011-12-25T19:02:22Z" ;
observable:extension "txt" ;
observable:fileName "_BEID.txt" ;
observable:filePath "/img_dfr-01-fat.dd/vol_vol2/_BEID.txt" ;
observable:isDirectory "false"^^xsd:boolean ;
observable:modifiedTime "2000-02-29T19:11Z" ;
observable:sizeInBytes "712"^^xsd:integer ;
] ;
sh:resultMessage "Value is not Literal with datatype xsd:dateTime" ;
sh:resultPath observable:accessedTime ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
sh:sourceShape [
sh:datatype xsd:dateTime ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:accessedTime ;
] ;
sh:value "1999-01-02T05:00Z" ;
] ,
[
a sh:ValidationResult ;
sh:focusNode [
a observable:FileFacet ;
observable:accessedTime "1999-01-02T05:00Z" ;
observable:createdTime "2011-12-25T19:02:22Z" ;
observable:extension "txt" ;
observable:fileName "_BEID.txt" ;
observable:filePath "/img_dfr-01-fat.dd/vol_vol2/_BEID.txt" ;
observable:isDirectory "false"^^xsd:boolean ;
observable:modifiedTime "2000-02-29T19:11Z" ;
observable:sizeInBytes "712"^^xsd:integer ;
] ;
sh:resultMessage "Value is not Literal with datatype xsd:dateTime" ;
sh:resultPath observable:modifiedTime ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
sh:sourceShape [
sh:datatype xsd:dateTime ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:modifiedTime ;
] ;
sh:value "2000-02-29T19:11Z" ;
] ,
[
a sh:ValidationResult ;
sh:focusNode [
a observable:FileFacet ;
observable:accessedTime "null" ;
observable:createdTime "null" ;
observable:extension "tmp" ;
observable:fileName "~badquinn3@gmail.com.ost.tmp" ;
observable:filePath "/Users/Harley Quinn/AppData/Local/Microsoft/Outlook/badquinn3@gmail.com.ost" ;
observable:isDirectory "false"^^xsd:boolean ;
observable:modifiedTime "null" ;
] ;
sh:resultMessage "Value is not Literal with datatype xsd:dateTime" ;
sh:resultPath observable:accessedTime ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
sh:sourceShape [
sh:datatype xsd:dateTime ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:accessedTime ;
] ;
sh:value "null" ;
] ,
[
a sh:ValidationResult ;
sh:focusNode [
a observable:FileFacet ;
observable:accessedTime "null" ;
observable:createdTime "null" ;
observable:extension "tmp" ;
observable:fileName "~badquinn3@gmail.com.ost.tmp" ;
observable:filePath "/Users/Harley Quinn/AppData/Local/Microsoft/Outlook/badquinn3@gmail.com.ost" ;
observable:isDirectory "false"^^xsd:boolean ;
observable:modifiedTime "null" ;
] ;
sh:resultMessage "Value is not Literal with datatype xsd:dateTime" ;
sh:resultPath observable:modifiedTime ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
sh:sourceShape [
sh:datatype xsd:dateTime ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:modifiedTime ;
] ;
sh:value "null" ;
] ,
[
a sh:ValidationResult ;
sh:focusNode [
a observable:MessageFacet ;
observable:from <http://example.org/kb/e1e34d20-e77c-4087-a87d-d169d7155b8d> ;
observable:messageText "Diana sent a location." ;
observable:sentTime "2018-12-04T07:52:47+00:00"^^xsd:dateTime ;
observable:to <http://example.org/kb/f96cfe21-1149-4a46-acb9-7299152c776b> ;
] ;
sh:resultMessage "Value does not have class observable:ObservableObject" ;
sh:resultPath observable:from ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class observable:ObservableObject ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:from ;
] ;
sh:value <http://example.org/kb/e1e34d20-e77c-4087-a87d-d169d7155b8d> ;
] ,
[
a sh:ValidationResult ;
sh:focusNode [
a observable:MessageFacet ;
observable:from <http://example.org/kb/e1e34d20-e77c-4087-a87d-d169d7155b8d> ;
observable:messageText "Diana sent a location." ;
observable:sentTime "2018-12-04T07:52:47+00:00"^^xsd:dateTime ;
observable:to <http://example.org/kb/f96cfe21-1149-4a46-acb9-7299152c776b> ;
] ;
sh:resultMessage "Value does not have class observable:ObservableObject" ;
sh:resultPath observable:to ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class observable:ObservableObject ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:to ;
] ;
sh:value <http://example.org/kb/f96cfe21-1149-4a46-acb9-7299152c776b> ;
]
;
.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,145 +104,6 @@
observable:metadataRecoverabilityStatus "recovered" ;
observable:nameRecoverabilityStatus "recovered" ;
] ;
] ,
[
a sh:ValidationResult ;
sh:focusNode [
a observable:FileFacet ;
observable:accessedTime "1999-01-02T05:00Z" ;
observable:createdTime "2011-12-25T19:02:22Z" ;
observable:extension "txt" ;
observable:fileName "_BEID.txt" ;
observable:filePath "/img_dfr-01-fat.dd/vol_vol2/_BEID.txt" ;
observable:isDirectory "false"^^xsd:boolean ;
observable:modifiedTime "2000-02-29T19:11Z" ;
observable:sizeInBytes "712"^^xsd:integer ;
] ;
sh:resultMessage "Value is not Literal with datatype xsd:dateTime" ;
sh:resultPath observable:accessedTime ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
sh:sourceShape [
sh:datatype xsd:dateTime ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:accessedTime ;
] ;
sh:value "1999-01-02T05:00Z" ;
] ,
[
a sh:ValidationResult ;
sh:focusNode [
a observable:FileFacet ;
observable:accessedTime "1999-01-02T05:00Z" ;
observable:createdTime "2011-12-25T19:02:22Z" ;
observable:extension "txt" ;
observable:fileName "_BEID.txt" ;
observable:filePath "/img_dfr-01-fat.dd/vol_vol2/_BEID.txt" ;
observable:isDirectory "false"^^xsd:boolean ;
observable:modifiedTime "2000-02-29T19:11Z" ;
observable:sizeInBytes "712"^^xsd:integer ;
] ;
sh:resultMessage "Value is not Literal with datatype xsd:dateTime" ;
sh:resultPath observable:modifiedTime ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
sh:sourceShape [
sh:datatype xsd:dateTime ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:modifiedTime ;
] ;
sh:value "2000-02-29T19:11Z" ;
] ,
[
a sh:ValidationResult ;
sh:focusNode [
a observable:FileFacet ;
observable:accessedTime "null" ;
observable:createdTime "null" ;
observable:extension "tmp" ;
observable:fileName "~badquinn3@gmail.com.ost.tmp" ;
observable:filePath "/Users/Harley Quinn/AppData/Local/Microsoft/Outlook/badquinn3@gmail.com.ost" ;
observable:isDirectory "false"^^xsd:boolean ;
observable:modifiedTime "null" ;
] ;
sh:resultMessage "Value is not Literal with datatype xsd:dateTime" ;
sh:resultPath observable:accessedTime ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
sh:sourceShape [
sh:datatype xsd:dateTime ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:accessedTime ;
] ;
sh:value "null" ;
] ,
[
a sh:ValidationResult ;
sh:focusNode [
a observable:FileFacet ;
observable:accessedTime "null" ;
observable:createdTime "null" ;
observable:extension "tmp" ;
observable:fileName "~badquinn3@gmail.com.ost.tmp" ;
observable:filePath "/Users/Harley Quinn/AppData/Local/Microsoft/Outlook/badquinn3@gmail.com.ost" ;
observable:isDirectory "false"^^xsd:boolean ;
observable:modifiedTime "null" ;
] ;
sh:resultMessage "Value is not Literal with datatype xsd:dateTime" ;
sh:resultPath observable:modifiedTime ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
sh:sourceShape [
sh:datatype xsd:dateTime ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:modifiedTime ;
] ;
sh:value "null" ;
] ,
[
a sh:ValidationResult ;
sh:focusNode [
a observable:MessageFacet ;
observable:from <http://example.org/kb/e1e34d20-e77c-4087-a87d-d169d7155b8d> ;
observable:messageText "Diana sent a location." ;
observable:sentTime "2018-12-04T07:52:47+00:00"^^xsd:dateTime ;
observable:to <http://example.org/kb/f96cfe21-1149-4a46-acb9-7299152c776b> ;
] ;
sh:resultMessage "Value does not have class observable:ObservableObject" ;
sh:resultPath observable:from ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class observable:ObservableObject ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:from ;
] ;
sh:value <http://example.org/kb/e1e34d20-e77c-4087-a87d-d169d7155b8d> ;
] ,
[
a sh:ValidationResult ;
sh:focusNode [
a observable:MessageFacet ;
observable:from <http://example.org/kb/e1e34d20-e77c-4087-a87d-d169d7155b8d> ;
observable:messageText "Diana sent a location." ;
observable:sentTime "2018-12-04T07:52:47+00:00"^^xsd:dateTime ;
observable:to <http://example.org/kb/f96cfe21-1149-4a46-acb9-7299152c776b> ;
] ;
sh:resultMessage "Value does not have class observable:ObservableObject" ;
sh:resultPath observable:to ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape [
sh:class observable:ObservableObject ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:to ;
] ;
sh:value <http://example.org/kb/f96cfe21-1149-4a46-acb9-7299152c776b> ;
]
;
.
Expand Down
Loading

0 comments on commit 836d047

Please sign in to comment.