|
1 | 1 | { |
2 | 2 | "@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#", |
3 | 13 | "kb": "http://example.org/kb/", |
| 14 | + "odrl": "http://www.w3.org/ns/odrl/2/", |
| 15 | + "org": "http://www.w3.org/ns/org#", |
4 | 16 | "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#", |
5 | 20 | "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", |
6 | 21 | "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#", |
7 | 28 | "uco-core": "https://ontology.unifiedcyberontology.org/uco/core/", |
8 | 29 | "uco-observable": "https://ontology.unifiedcyberontology.org/uco/observable/", |
9 | 30 | "uco-types": "https://ontology.unifiedcyberontology.org/uco/types/", |
10 | 31 | "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#", |
11 | 35 | "xml": "http://www.w3.org/XML/1998/namespace", |
12 | 36 | "xsd": "http://www.w3.org/2001/XMLSchema#" |
13 | 37 | }, |
14 | 38 | "@graph": [ |
15 | 39 | { |
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", |
17 | 66 | "@type": "https://ontology.unifiedcyberontology.org/uco/types/Hash", |
18 | 67 | "https://ontology.unifiedcyberontology.org/uco/types/hashMethod": { |
19 | 68 | "@type": "https://ontology.unifiedcyberontology.org/uco/vocabulary/HashNameVocab", |
20 | | - "@value": "SHA1" |
| 69 | + "@value": "SHA256" |
21 | 70 | }, |
22 | 71 | "https://ontology.unifiedcyberontology.org/uco/types/hashValue": { |
23 | 72 | "@type": "http://www.w3.org/2001/XMLSchema#hexBinary", |
24 | | - "@value": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3" |
| 73 | + "@value": "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08" |
25 | 74 | } |
26 | 75 | }, |
27 | 76 | { |
|
37 | 86 | ] |
38 | 87 | }, |
39 | 88 | { |
40 | | - "@id": "http://example.org/kb/hash-bdb2ba7d-8cb2-5591-a051-0c20d134e894", |
| 89 | + "@id": "http://example.org/kb/hash-28dd6731-4eda-5ae7-9810-efedc7593912", |
41 | 90 | "@type": "https://ontology.unifiedcyberontology.org/uco/types/Hash", |
42 | 91 | "https://ontology.unifiedcyberontology.org/uco/types/hashMethod": { |
43 | 92 | "@type": "https://ontology.unifiedcyberontology.org/uco/vocabulary/HashNameVocab", |
44 | | - "@value": "SHA256" |
| 93 | + "@value": "SHA3-512" |
45 | 94 | }, |
46 | 95 | "https://ontology.unifiedcyberontology.org/uco/types/hashValue": { |
47 | 96 | "@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" |
49 | 120 | } |
50 | 121 | }, |
51 | 122 | { |
|
61 | 132 | } |
62 | 133 | }, |
63 | 134 | { |
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" |
89 | 140 | }, |
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 | + } |
91 | 145 | }, |
92 | 146 | { |
93 | | - "@id": "http://example.org/kb/hash-8ebb651a-314b-554a-b63e-78b9e69111d8", |
| 147 | + "@id": "http://example.org/kb/hash-c77cb4f1-ac2a-52c7-b67e-016e209515cb", |
94 | 148 | "@type": "https://ontology.unifiedcyberontology.org/uco/types/Hash", |
95 | 149 | "https://ontology.unifiedcyberontology.org/uco/types/hashMethod": { |
96 | 150 | "@type": "https://ontology.unifiedcyberontology.org/uco/vocabulary/HashNameVocab", |
97 | | - "@value": "MD5" |
| 151 | + "@value": "SHA1" |
98 | 152 | }, |
99 | 153 | "https://ontology.unifiedcyberontology.org/uco/types/hashValue": { |
100 | 154 | "@type": "http://www.w3.org/2001/XMLSchema#hexBinary", |
101 | | - "@value": "098f6bcd4621d373cade4e832627b4f6" |
| 155 | + "@value": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3" |
102 | 156 | } |
103 | 157 | } |
104 | 158 | ] |
|
0 commit comments