Skip to content

Commit

Permalink
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
Signed-off-by: Sheldon Douglas <[email protected]>
  • Loading branch information
sldouglas-nist committed Jun 28, 2024
1 parent e240532 commit eb00b93
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 25 deletions.
23 changes: 10 additions & 13 deletions tests/govdocs1/files/000/015/analysis.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"@context": {
"drafting": "http://example.org/ontology/drafting/",
"exiftool-ExifTool": "http://ns.exiftool.org/ExifTool/1.0/",
"exiftool-File": "http://ns.exiftool.org/File/1.0/",
"exiftool-PDF-PDF": "http://ns.exiftool.org/PDF/PDF/1.0/",
"exiftool-System": "http://ns.exiftool.org/File/System/1.0/",
"exiftool-et": "http://ns.exiftool.org/1.0/",
"kb": "http://example.org/kb/",
Expand Down Expand Up @@ -36,17 +36,6 @@
"pdf"
],
"exiftool-System:Directory": ".",
"exiftool-PDF-PDF:Author": "U.S. Government Printing Office",
"exiftool-PDF-PDF:Creator": "ACOMP.exe WinVer 1b43 jul 14 2003",
"exiftool-PDF-PDF:Linearized": [
"No",
"false"
],
"exiftool-PDF-PDF:PDFVersion": "1.5",
"exiftool-PDF-PDF:PageCount": "2",
"exiftool-PDF-PDF:Producer": "Acrobat Distiller 4.0 for Windows",
"exiftool-PDF-PDF:Subject": "Extracted Pages",
"exiftool-PDF-PDF:Title": "Document",
"uco-core:hasFacet": [
{
"@id": "kb:ContentDataFacet-c43d5237-b3f7-51d8-a7d6-ac412b476a39"
Expand Down Expand Up @@ -82,14 +71,22 @@
{
"@id": "kb:PDFFileFacet-b8927948-bdae-58e6-b6cd-41841eafe1b2",
"@type": "uco-observable:PDFFileFacet",
"drafting:pdfAuthor": "U.S. Government Printing Office",
"drafting:pdfCreator": "ACOMP.exe WinVer 1b43 jul 14 2003",
"drafting:pdfLinearized": "false",
"drafting:pdfPageCount": "2",
"drafting:pdfProducer": "Acrobat Distiller 4.0 for Windows",
"drafting:pdfSubject": "Extracted Pages",
"drafting:pdfTitle": "Document",
"uco-observable:pdfCreationDate": {
"@type": "xsd:dateTime",
"@value": "2005-01-01T02:23:55"
},
"uco-observable:pdfModDate": {
"@type": "xsd:dateTime",
"@value": "2005-01-01T02:23:55"
}
},
"uco-observable:version": "1.5"
},
{
"@id": "kb:UNIXFilePermissionsFacet-ae24023d-b454-5723-a8b0-af842b7779ea",
Expand Down
21 changes: 9 additions & 12 deletions tests/govdocs1/files/000/015/analysis.ttl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@prefix drafting: <http://example.org/ontology/drafting/> .
@prefix exiftool-ExifTool: <http://ns.exiftool.org/ExifTool/1.0/> .
@prefix exiftool-File: <http://ns.exiftool.org/File/1.0/> .
@prefix exiftool-PDF-PDF: <http://ns.exiftool.org/PDF/PDF/1.0/> .
@prefix exiftool-System: <http://ns.exiftool.org/File/System/1.0/> .
@prefix exiftool-et: <http://ns.exiftool.org/1.0/> .
@prefix kb: <http://example.org/kb/> .
Expand Down Expand Up @@ -30,17 +30,6 @@ kb:File-69728535-c7b0-548c-a7ac-46116019f793
"pdf"
;
exiftool-System:Directory "." ;
exiftool-PDF-PDF:Author "U.S. Government Printing Office" ;
exiftool-PDF-PDF:Creator "ACOMP.exe WinVer 1b43 jul 14 2003" ;
exiftool-PDF-PDF:Linearized
"No" ,
"false"
;
exiftool-PDF-PDF:PDFVersion "1.5" ;
exiftool-PDF-PDF:PageCount "2" ;
exiftool-PDF-PDF:Producer "Acrobat Distiller 4.0 for Windows" ;
exiftool-PDF-PDF:Subject "Extracted Pages" ;
exiftool-PDF-PDF:Title "Document" ;
uco-core:hasFacet
kb:ContentDataFacet-c43d5237-b3f7-51d8-a7d6-ac412b476a39 ,
kb:FileFacet-7beb203d-a342-5463-bb71-73b8d593fbde ,
Expand All @@ -59,8 +48,16 @@ kb:FileFacet-7beb203d-a342-5463-bb71-73b8d593fbde

kb:PDFFileFacet-b8927948-bdae-58e6-b6cd-41841eafe1b2
a uco-observable:PDFFileFacet ;
drafting:pdfAuthor "U.S. Government Printing Office" ;
drafting:pdfCreator "ACOMP.exe WinVer 1b43 jul 14 2003" ;
drafting:pdfLinearized "false" ;
drafting:pdfPageCount "2" ;
drafting:pdfProducer "Acrobat Distiller 4.0 for Windows" ;
drafting:pdfSubject "Extracted Pages" ;
drafting:pdfTitle "Document" ;
uco-observable:pdfCreationDate "2005-01-01T02:23:55"^^xsd:dateTime ;
uco-observable:pdfModDate "2005-01-01T02:23:55"^^xsd:dateTime ;
uco-observable:version "1.5" ;
.

kb:UNIXFilePermissionsFacet-ae24023d-b454-5723-a8b0-af842b7779ea
Expand Down

0 comments on commit eb00b93

Please sign in to comment.