Skip to content

Commit 945ddc2

Browse files
committed
Regenerate Make-managed files
Signed-off-by: Alex Nelson <[email protected]>
1 parent 58e8a07 commit 945ddc2

File tree

5 files changed

+244
-78
lines changed

5 files changed

+244
-78
lines changed

tests/case_utils/case_file/kb.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
},
2424
{
2525
"@id": "kb:hash-49e81fee-c6b3-5f5f-af8b-0746d32e4932"
26+
},
27+
{
28+
"@id": "kb:hash-720759b8-9544-5dab-ab12-003372b17a4e"
29+
},
30+
{
31+
"@id": "kb:hash-b02ebdb3-edf7-5fbf-8088-3d064e316b93"
2632
}
2733
],
2834
"uco-observable:sizeInBytes": {
@@ -122,6 +128,30 @@
122128
"@type": "xsd:hexBinary",
123129
"@value": "ee26b0dd4af7e749aa1a8ee3c10ae9923f618980772e473f8819a5d4940e0db27ac185f8a0e1d5f84f88bc887fd67b143732c304cc5fa9ad8e6f57f50028a8ff"
124130
}
131+
},
132+
{
133+
"@id": "kb:hash-720759b8-9544-5dab-ab12-003372b17a4e",
134+
"@type": "uco-types:Hash",
135+
"uco-types:hashMethod": {
136+
"@type": "uco-vocabulary:HashNameVocab",
137+
"@value": "SHA3-512"
138+
},
139+
"uco-types:hashValue": {
140+
"@type": "xsd:hexBinary",
141+
"@value": "9ece086e9bac491fac5c1d1046ca11d737b92a2b2ebd93f005d7b710110c0a678288166e7fbe796883a4f2e9b3ca9f484f521d0ce464345cc1aec96779149c14"
142+
}
143+
},
144+
{
145+
"@id": "kb:hash-b02ebdb3-edf7-5fbf-8088-3d064e316b93",
146+
"@type": "uco-types:Hash",
147+
"uco-types:hashMethod": {
148+
"@type": "uco-vocabulary:HashNameVocab",
149+
"@value": "SHA3-256"
150+
},
151+
"uco-types:hashValue": {
152+
"@type": "xsd:hexBinary",
153+
"@value": "36f028580bb02cc8272a9a020f4200e346e276ae664e45ee80745574e2f5ab80"
154+
}
125155
}
126156
]
127157
}

tests/case_utils/case_file/kb.ttl

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ kb:content-data-facet-1833f979-1f19-5543-9d82-6cefd144b169
1414
kb:hash-24644904-83ea-5911-aea8-be687a9f3caf ,
1515
kb:hash-295bdeb5-7f23-5a3f-8b7f-4bb1191b7c21 ,
1616
kb:hash-39127f5c-598b-51d4-a720-2e949f18f85f ,
17-
kb:hash-49e81fee-c6b3-5f5f-af8b-0746d32e4932
17+
kb:hash-49e81fee-c6b3-5f5f-af8b-0746d32e4932 ,
18+
kb:hash-720759b8-9544-5dab-ab12-003372b17a4e ,
19+
kb:hash-b02ebdb3-edf7-5fbf-8088-3d064e316b93
1820
;
1921
uco-observable:sizeInBytes "4"^^xsd:integer ;
2022
.
@@ -70,3 +72,15 @@ kb:hash-49e81fee-c6b3-5f5f-af8b-0746d32e4932
7072
uco-types:hashValue "ee26b0dd4af7e749aa1a8ee3c10ae9923f618980772e473f8819a5d4940e0db27ac185f8a0e1d5f84f88bc887fd67b143732c304cc5fa9ad8e6f57f50028a8ff"^^xsd:hexBinary ;
7173
.
7274

75+
kb:hash-720759b8-9544-5dab-ab12-003372b17a4e
76+
a uco-types:Hash ;
77+
uco-types:hashMethod "SHA3-512"^^uco-vocabulary:HashNameVocab ;
78+
uco-types:hashValue "9ece086e9bac491fac5c1d1046ca11d737b92a2b2ebd93f005d7b710110c0a678288166e7fbe796883a4f2e9b3ca9f484f521d0ce464345cc1aec96779149c14"^^xsd:hexBinary ;
79+
.
80+
81+
kb:hash-b02ebdb3-edf7-5fbf-8088-3d064e316b93
82+
a uco-types:Hash ;
83+
uco-types:hashMethod "SHA3-256"^^uco-vocabulary:HashNameVocab ;
84+
uco-types:hashValue "36f028580bb02cc8272a9a020f4200e346e276ae664e45ee80745574e2f5ab80"^^xsd:hexBinary ;
85+
.
86+

tests/case_utils/case_file/sample.txt-nocompact.json

Lines changed: 89 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,76 @@
11
{
22
"@context": {
3+
"brick": "https://brickschema.org/schema/Brick#",
4+
"csvw": "http://www.w3.org/ns/csvw#",
5+
"dc": "http://purl.org/dc/elements/1.1/",
6+
"dcam": "http://purl.org/dc/dcam/",
7+
"dcat": "http://www.w3.org/ns/dcat#",
8+
"dcmitype": "http://purl.org/dc/dcmitype/",
9+
"dcterms": "http://purl.org/dc/terms/",
10+
"doap": "http://usefulinc.com/ns/doap#",
11+
"foaf": "http://xmlns.com/foaf/0.1/",
12+
"geo": "http://www.opengis.net/ont/geosparql#",
313
"kb": "http://example.org/kb/",
14+
"odrl": "http://www.w3.org/ns/odrl/2/",
15+
"org": "http://www.w3.org/ns/org#",
416
"owl": "http://www.w3.org/2002/07/owl#",
17+
"prof": "http://www.w3.org/ns/dx/prof/",
18+
"prov": "http://www.w3.org/ns/prov#",
19+
"qb": "http://purl.org/linked-data/cube#",
520
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
621
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
22+
"schema": "https://schema.org/",
23+
"sh": "http://www.w3.org/ns/shacl#",
24+
"skos": "http://www.w3.org/2004/02/skos/core#",
25+
"sosa": "http://www.w3.org/ns/sosa/",
26+
"ssn": "http://www.w3.org/ns/ssn/",
27+
"time": "http://www.w3.org/2006/time#",
728
"uco-core": "https://ontology.unifiedcyberontology.org/uco/core/",
829
"uco-observable": "https://ontology.unifiedcyberontology.org/uco/observable/",
930
"uco-types": "https://ontology.unifiedcyberontology.org/uco/types/",
1031
"uco-vocabulary": "https://ontology.unifiedcyberontology.org/uco/vocabulary/",
32+
"vann": "http://purl.org/vocab/vann/",
33+
"void": "http://rdfs.org/ns/void#",
34+
"wgs": "https://www.w3.org/2003/01/geo/wgs84_pos#",
1135
"xml": "http://www.w3.org/XML/1998/namespace",
1236
"xsd": "http://www.w3.org/2001/XMLSchema#"
1337
},
1438
"@graph": [
1539
{
16-
"@id": "http://example.org/kb/hash-c77cb4f1-ac2a-52c7-b67e-016e209515cb",
40+
"@id": "http://example.org/kb/content-data-facet-bda9b72d-2753-54ab-9292-e1e260be4f6d",
41+
"@type": "https://ontology.unifiedcyberontology.org/uco/observable/ContentDataFacet",
42+
"https://ontology.unifiedcyberontology.org/uco/observable/hash": [
43+
{
44+
"@id": "http://example.org/kb/hash-8ebb651a-314b-554a-b63e-78b9e69111d8"
45+
},
46+
{
47+
"@id": "http://example.org/kb/hash-c77cb4f1-ac2a-52c7-b67e-016e209515cb"
48+
},
49+
{
50+
"@id": "http://example.org/kb/hash-bdb2ba7d-8cb2-5591-a051-0c20d134e894"
51+
},
52+
{
53+
"@id": "http://example.org/kb/hash-bf689e82-1cc4-507f-a6fb-7fc01b9289c6"
54+
},
55+
{
56+
"@id": "http://example.org/kb/hash-dd2161f0-4943-55c0-b08e-a2ad8a85dce8"
57+
},
58+
{
59+
"@id": "http://example.org/kb/hash-28dd6731-4eda-5ae7-9810-efedc7593912"
60+
}
61+
],
62+
"https://ontology.unifiedcyberontology.org/uco/observable/sizeInBytes": 4
63+
},
64+
{
65+
"@id": "http://example.org/kb/hash-bdb2ba7d-8cb2-5591-a051-0c20d134e894",
1766
"@type": "https://ontology.unifiedcyberontology.org/uco/types/Hash",
1867
"https://ontology.unifiedcyberontology.org/uco/types/hashMethod": {
1968
"@type": "https://ontology.unifiedcyberontology.org/uco/vocabulary/HashNameVocab",
20-
"@value": "SHA1"
69+
"@value": "SHA256"
2170
},
2271
"https://ontology.unifiedcyberontology.org/uco/types/hashValue": {
2372
"@type": "http://www.w3.org/2001/XMLSchema#hexBinary",
24-
"@value": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3"
73+
"@value": "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08"
2574
}
2675
},
2776
{
@@ -37,15 +86,37 @@
3786
]
3887
},
3988
{
40-
"@id": "http://example.org/kb/hash-bdb2ba7d-8cb2-5591-a051-0c20d134e894",
89+
"@id": "http://example.org/kb/hash-28dd6731-4eda-5ae7-9810-efedc7593912",
4190
"@type": "https://ontology.unifiedcyberontology.org/uco/types/Hash",
4291
"https://ontology.unifiedcyberontology.org/uco/types/hashMethod": {
4392
"@type": "https://ontology.unifiedcyberontology.org/uco/vocabulary/HashNameVocab",
44-
"@value": "SHA256"
93+
"@value": "SHA3-512"
4594
},
4695
"https://ontology.unifiedcyberontology.org/uco/types/hashValue": {
4796
"@type": "http://www.w3.org/2001/XMLSchema#hexBinary",
48-
"@value": "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08"
97+
"@value": "9ece086e9bac491fac5c1d1046ca11d737b92a2b2ebd93f005d7b710110c0a678288166e7fbe796883a4f2e9b3ca9f484f521d0ce464345cc1aec96779149c14"
98+
}
99+
},
100+
{
101+
"@id": "http://example.org/kb/file-facet-a5d9606e-a5cf-5531-9462-5bed0ac4219c",
102+
"@type": "https://ontology.unifiedcyberontology.org/uco/observable/FileFacet",
103+
"https://ontology.unifiedcyberontology.org/uco/observable/fileName": "sample.txt",
104+
"https://ontology.unifiedcyberontology.org/uco/observable/modifiedTime": {
105+
"@type": "http://www.w3.org/2001/XMLSchema#dateTime",
106+
"@value": "2010-01-02T03:04:56+00:00"
107+
},
108+
"https://ontology.unifiedcyberontology.org/uco/observable/sizeInBytes": 4
109+
},
110+
{
111+
"@id": "http://example.org/kb/hash-8ebb651a-314b-554a-b63e-78b9e69111d8",
112+
"@type": "https://ontology.unifiedcyberontology.org/uco/types/Hash",
113+
"https://ontology.unifiedcyberontology.org/uco/types/hashMethod": {
114+
"@type": "https://ontology.unifiedcyberontology.org/uco/vocabulary/HashNameVocab",
115+
"@value": "MD5"
116+
},
117+
"https://ontology.unifiedcyberontology.org/uco/types/hashValue": {
118+
"@type": "http://www.w3.org/2001/XMLSchema#hexBinary",
119+
"@value": "098f6bcd4621d373cade4e832627b4f6"
49120
}
50121
},
51122
{
@@ -61,44 +132,27 @@
61132
}
62133
},
63134
{
64-
"@id": "http://example.org/kb/content-data-facet-bda9b72d-2753-54ab-9292-e1e260be4f6d",
65-
"@type": "https://ontology.unifiedcyberontology.org/uco/observable/ContentDataFacet",
66-
"https://ontology.unifiedcyberontology.org/uco/observable/hash": [
67-
{
68-
"@id": "http://example.org/kb/hash-8ebb651a-314b-554a-b63e-78b9e69111d8"
69-
},
70-
{
71-
"@id": "http://example.org/kb/hash-c77cb4f1-ac2a-52c7-b67e-016e209515cb"
72-
},
73-
{
74-
"@id": "http://example.org/kb/hash-bdb2ba7d-8cb2-5591-a051-0c20d134e894"
75-
},
76-
{
77-
"@id": "http://example.org/kb/hash-bf689e82-1cc4-507f-a6fb-7fc01b9289c6"
78-
}
79-
],
80-
"https://ontology.unifiedcyberontology.org/uco/observable/sizeInBytes": 4
81-
},
82-
{
83-
"@id": "http://example.org/kb/file-facet-a5d9606e-a5cf-5531-9462-5bed0ac4219c",
84-
"@type": "https://ontology.unifiedcyberontology.org/uco/observable/FileFacet",
85-
"https://ontology.unifiedcyberontology.org/uco/observable/fileName": "sample.txt",
86-
"https://ontology.unifiedcyberontology.org/uco/observable/modifiedTime": {
87-
"@type": "http://www.w3.org/2001/XMLSchema#dateTime",
88-
"@value": "2010-01-02T03:04:56+00:00"
135+
"@id": "http://example.org/kb/hash-dd2161f0-4943-55c0-b08e-a2ad8a85dce8",
136+
"@type": "https://ontology.unifiedcyberontology.org/uco/types/Hash",
137+
"https://ontology.unifiedcyberontology.org/uco/types/hashMethod": {
138+
"@type": "https://ontology.unifiedcyberontology.org/uco/vocabulary/HashNameVocab",
139+
"@value": "SHA3-256"
89140
},
90-
"https://ontology.unifiedcyberontology.org/uco/observable/sizeInBytes": 4
141+
"https://ontology.unifiedcyberontology.org/uco/types/hashValue": {
142+
"@type": "http://www.w3.org/2001/XMLSchema#hexBinary",
143+
"@value": "36f028580bb02cc8272a9a020f4200e346e276ae664e45ee80745574e2f5ab80"
144+
}
91145
},
92146
{
93-
"@id": "http://example.org/kb/hash-8ebb651a-314b-554a-b63e-78b9e69111d8",
147+
"@id": "http://example.org/kb/hash-c77cb4f1-ac2a-52c7-b67e-016e209515cb",
94148
"@type": "https://ontology.unifiedcyberontology.org/uco/types/Hash",
95149
"https://ontology.unifiedcyberontology.org/uco/types/hashMethod": {
96150
"@type": "https://ontology.unifiedcyberontology.org/uco/vocabulary/HashNameVocab",
97-
"@value": "MD5"
151+
"@value": "SHA1"
98152
},
99153
"https://ontology.unifiedcyberontology.org/uco/types/hashValue": {
100154
"@type": "http://www.w3.org/2001/XMLSchema#hexBinary",
101-
"@value": "098f6bcd4621d373cade4e832627b4f6"
155+
"@value": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3"
102156
}
103157
}
104158
]

0 commit comments

Comments
 (0)