|
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/", |
3 | 12 | "kb": "http://example.org/kb/",
|
| 13 | + "odrl": "http://www.w3.org/ns/odrl/2/", |
| 14 | + "org": "http://www.w3.org/ns/org#", |
| 15 | + "owl": "http://www.w3.org/2002/07/owl#", |
| 16 | + "prof": "http://www.w3.org/ns/dx/prof/", |
| 17 | + "prov": "http://www.w3.org/ns/prov#", |
| 18 | + "qb": "http://purl.org/linked-data/cube#", |
4 | 19 | "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
|
5 | 20 | "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
|
6 |
| - "uco-core": "https://unifiedcyberontology.org/ontology/uco/core#", |
7 |
| - "uco-observable": "https://unifiedcyberontology.org/ontology/uco/observable#", |
8 |
| - "uco-types": "https://unifiedcyberontology.org/ontology/uco/types#", |
9 |
| - "uco-vocabulary": "https://unifiedcyberontology.org/ontology/uco/vocabulary#", |
| 21 | + "schema": "https://schema.org/", |
| 22 | + "sh": "http://www.w3.org/ns/shacl#", |
| 23 | + "skos": "http://www.w3.org/2004/02/skos/core#", |
| 24 | + "sosa": "http://www.w3.org/ns/sosa/", |
| 25 | + "ssn": "http://www.w3.org/ns/ssn/", |
| 26 | + "time": "http://www.w3.org/2006/time#", |
| 27 | + "uco-core": "https://ontology.unifiedcyberontology.org/uco/core/", |
| 28 | + "uco-observable": "https://ontology.unifiedcyberontology.org/uco/observable/", |
| 29 | + "uco-types": "https://ontology.unifiedcyberontology.org/uco/types/", |
| 30 | + "uco-vocabulary": "https://ontology.unifiedcyberontology.org/uco/vocabulary/", |
| 31 | + "vann": "http://purl.org/vocab/vann/", |
| 32 | + "void": "http://rdfs.org/ns/void#", |
10 | 33 | "xml": "http://www.w3.org/XML/1998/namespace",
|
11 | 34 | "xsd": "http://www.w3.org/2001/XMLSchema#"
|
12 | 35 | },
|
13 | 36 | "@graph": [
|
14 | 37 | {
|
15 |
| - "@id": "http://example.org/kb/file-4216a9f3-45fc-55aa-8e48-a9f828173625", |
16 |
| - "@type": "https://unifiedcyberontology.org/ontology/uco/observable#File", |
17 |
| - "https://unifiedcyberontology.org/ontology/uco/core#hasFacet": [ |
| 38 | + "@id": "http://example.org/kb/file-2999db3b-5e66-53b2-8470-8bfd838c444e", |
| 39 | + "@type": "https://ontology.unifiedcyberontology.org/uco/observable/File", |
| 40 | + "https://ontology.unifiedcyberontology.org/uco/core/hasFacet": [ |
18 | 41 | {
|
19 |
| - "@id": "_:N44ce7f76801a429d9aabefe1046da060" |
| 42 | + "@id": "_:Nf16b91a8337843bfa9e99cbcceca4fea" |
20 | 43 | },
|
21 | 44 | {
|
22 |
| - "@id": "_:Ndd6e8785860848aeb6823b493c6420a7" |
| 45 | + "@id": "_:Ne9cc5032d4804fa19a3fe75c4966febf" |
23 | 46 | }
|
24 | 47 | ]
|
25 | 48 | },
|
26 | 49 | {
|
27 |
| - "@id": "_:N44ce7f76801a429d9aabefe1046da060", |
28 |
| - "@type": "https://unifiedcyberontology.org/ontology/uco/observable#FileFacet", |
29 |
| - "https://unifiedcyberontology.org/ontology/uco/observable#fileName": "sample.txt", |
30 |
| - "https://unifiedcyberontology.org/ontology/uco/observable#modifiedTime": { |
| 50 | + "@id": "_:Nf16b91a8337843bfa9e99cbcceca4fea", |
| 51 | + "@type": "https://ontology.unifiedcyberontology.org/uco/observable/FileFacet", |
| 52 | + "https://ontology.unifiedcyberontology.org/uco/observable/fileName": "sample.txt", |
| 53 | + "https://ontology.unifiedcyberontology.org/uco/observable/modifiedTime": { |
31 | 54 | "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
|
32 | 55 | "@value": "2010-01-02T03:04:56+00:00"
|
33 | 56 | },
|
34 |
| - "https://unifiedcyberontology.org/ontology/uco/observable#sizeInBytes": 4 |
| 57 | + "https://ontology.unifiedcyberontology.org/uco/observable/sizeInBytes": 4 |
35 | 58 | },
|
36 | 59 | {
|
37 |
| - "@id": "_:Ndd6e8785860848aeb6823b493c6420a7", |
38 |
| - "@type": "https://unifiedcyberontology.org/ontology/uco/observable#ContentDataFacet", |
39 |
| - "https://unifiedcyberontology.org/ontology/uco/observable#hash": [ |
| 60 | + "@id": "_:Ne9cc5032d4804fa19a3fe75c4966febf", |
| 61 | + "@type": "https://ontology.unifiedcyberontology.org/uco/observable/ContentDataFacet", |
| 62 | + "https://ontology.unifiedcyberontology.org/uco/observable/hash": [ |
40 | 63 | {
|
41 |
| - "@id": "_:N334acc4a58624aa29968e0d155bd34c7" |
| 64 | + "@id": "_:N4074d88aa360403285b8cda26cfc74f2" |
42 | 65 | },
|
43 | 66 | {
|
44 |
| - "@id": "_:Na1176e4f42e442b2bd4167202aa93383" |
| 67 | + "@id": "_:N801158ea2716484791001371f60d5b60" |
45 | 68 | },
|
46 | 69 | {
|
47 |
| - "@id": "_:N400f582d54af4f8190253677f57de728" |
| 70 | + "@id": "_:N550b15454d234888abb56ef4a1eb62a6" |
48 | 71 | },
|
49 | 72 | {
|
50 |
| - "@id": "_:Nef2949777f2b4b34a46a7d99ea01f44e" |
| 73 | + "@id": "_:N4a33b783148c43bd9bda1c04c581ea7c" |
51 | 74 | }
|
52 | 75 | ],
|
53 |
| - "https://unifiedcyberontology.org/ontology/uco/observable#sizeInBytes": 4 |
| 76 | + "https://ontology.unifiedcyberontology.org/uco/observable/sizeInBytes": 4 |
54 | 77 | },
|
55 | 78 | {
|
56 |
| - "@id": "_:N334acc4a58624aa29968e0d155bd34c7", |
57 |
| - "@type": "https://unifiedcyberontology.org/ontology/uco/types#Hash", |
58 |
| - "https://unifiedcyberontology.org/ontology/uco/types#hashMethod": { |
59 |
| - "@type": "https://unifiedcyberontology.org/ontology/uco/vocabulary#HashNameVocab", |
| 79 | + "@id": "_:N4074d88aa360403285b8cda26cfc74f2", |
| 80 | + "@type": "https://ontology.unifiedcyberontology.org/uco/types/Hash", |
| 81 | + "https://ontology.unifiedcyberontology.org/uco/types/hashMethod": { |
| 82 | + "@type": "https://ontology.unifiedcyberontology.org/uco/vocabulary/HashNameVocab", |
60 | 83 | "@value": "MD5"
|
61 | 84 | },
|
62 |
| - "https://unifiedcyberontology.org/ontology/uco/types#hashValue": { |
| 85 | + "https://ontology.unifiedcyberontology.org/uco/types/hashValue": { |
63 | 86 | "@type": "http://www.w3.org/2001/XMLSchema#hexBinary",
|
64 | 87 | "@value": "098f6bcd4621d373cade4e832627b4f6"
|
65 | 88 | }
|
66 | 89 | },
|
67 | 90 | {
|
68 |
| - "@id": "_:Na1176e4f42e442b2bd4167202aa93383", |
69 |
| - "@type": "https://unifiedcyberontology.org/ontology/uco/types#Hash", |
70 |
| - "https://unifiedcyberontology.org/ontology/uco/types#hashMethod": { |
71 |
| - "@type": "https://unifiedcyberontology.org/ontology/uco/vocabulary#HashNameVocab", |
| 91 | + "@id": "_:N801158ea2716484791001371f60d5b60", |
| 92 | + "@type": "https://ontology.unifiedcyberontology.org/uco/types/Hash", |
| 93 | + "https://ontology.unifiedcyberontology.org/uco/types/hashMethod": { |
| 94 | + "@type": "https://ontology.unifiedcyberontology.org/uco/vocabulary/HashNameVocab", |
72 | 95 | "@value": "SHA1"
|
73 | 96 | },
|
74 |
| - "https://unifiedcyberontology.org/ontology/uco/types#hashValue": { |
| 97 | + "https://ontology.unifiedcyberontology.org/uco/types/hashValue": { |
75 | 98 | "@type": "http://www.w3.org/2001/XMLSchema#hexBinary",
|
76 | 99 | "@value": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3"
|
77 | 100 | }
|
78 | 101 | },
|
79 | 102 | {
|
80 |
| - "@id": "_:N400f582d54af4f8190253677f57de728", |
81 |
| - "@type": "https://unifiedcyberontology.org/ontology/uco/types#Hash", |
82 |
| - "https://unifiedcyberontology.org/ontology/uco/types#hashMethod": { |
83 |
| - "@type": "https://unifiedcyberontology.org/ontology/uco/vocabulary#HashNameVocab", |
| 103 | + "@id": "_:N550b15454d234888abb56ef4a1eb62a6", |
| 104 | + "@type": "https://ontology.unifiedcyberontology.org/uco/types/Hash", |
| 105 | + "https://ontology.unifiedcyberontology.org/uco/types/hashMethod": { |
| 106 | + "@type": "https://ontology.unifiedcyberontology.org/uco/vocabulary/HashNameVocab", |
84 | 107 | "@value": "SHA256"
|
85 | 108 | },
|
86 |
| - "https://unifiedcyberontology.org/ontology/uco/types#hashValue": { |
| 109 | + "https://ontology.unifiedcyberontology.org/uco/types/hashValue": { |
87 | 110 | "@type": "http://www.w3.org/2001/XMLSchema#hexBinary",
|
88 | 111 | "@value": "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08"
|
89 | 112 | }
|
90 | 113 | },
|
91 | 114 | {
|
92 |
| - "@id": "_:Nef2949777f2b4b34a46a7d99ea01f44e", |
93 |
| - "@type": "https://unifiedcyberontology.org/ontology/uco/types#Hash", |
94 |
| - "https://unifiedcyberontology.org/ontology/uco/types#hashMethod": { |
95 |
| - "@type": "https://unifiedcyberontology.org/ontology/uco/vocabulary#HashNameVocab", |
| 115 | + "@id": "_:N4a33b783148c43bd9bda1c04c581ea7c", |
| 116 | + "@type": "https://ontology.unifiedcyberontology.org/uco/types/Hash", |
| 117 | + "https://ontology.unifiedcyberontology.org/uco/types/hashMethod": { |
| 118 | + "@type": "https://ontology.unifiedcyberontology.org/uco/vocabulary/HashNameVocab", |
96 | 119 | "@value": "SHA512"
|
97 | 120 | },
|
98 |
| - "https://unifiedcyberontology.org/ontology/uco/types#hashValue": { |
| 121 | + "https://ontology.unifiedcyberontology.org/uco/types/hashValue": { |
99 | 122 | "@type": "http://www.w3.org/2001/XMLSchema#hexBinary",
|
100 | 123 | "@value": "ee26b0dd4af7e749aa1a8ee3c10ae9923f618980772e473f8819a5d4940e0db27ac185f8a0e1d5f84f88bc887fd67b143732c304cc5fa9ad8e6f57f50028a8ff"
|
101 | 124 | }
|
|
0 commit comments