-
-
Notifications
You must be signed in to change notification settings - Fork 794
Expand file tree
/
Copy pathexpected.rdf
More file actions
64 lines (64 loc) · 2.07 KB
/
Copy pathexpected.rdf
File metadata and controls
64 lines (64 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"rdf:RDF": {
"ns1:SpdxDocument": {
"ns1:name": {
"@rdf:resource": "SPDX Document created by ScanCode Toolkit"
},
"ns1:dataLicense": {
"@rdf:resource": "http://spdx.org/licenses/CC0-1.0"
},
"ns1:referencesFile": {
"ns1:File": {
"ns1:licenseConcluded": {
"@rdf:resource": "http://spdx.org/rdf/terms#noassertion"
},
"ns1:copyrightText": {
"@rdf:resource": "http://spdx.org/rdf/terms#none"
},
"ns1:licenseInfoInFile": {
"@rdf:resource": "http://spdx.org/rdf/terms#none"
},
"ns1:checksum": {
"ns1:Checksum": {
"ns1:algorithm": "SHA1",
"ns1:checksumValue": "b8a793cce3c3a4cd3a4646ddbe86edd542ed0cd8"
}
},
"ns1:fileName": "./test.txt",
"@rdf:about": "http://www.spdx.org/files#SPDXRef-1"
}
},
"ns1:describesPackage": {
"ns1:Package": {
"ns1:Package": {
"@rdf:resource": "SPDXRef-001"
},
"ns1:downloadLocation": {
"@rdf:resource": "http://spdx.org/rdf/terms#noassertion"
},
"ns1:licenseConcluded": {
"@rdf:resource": "http://spdx.org/rdf/terms#noassertion"
},
"ns1:licenseDeclared": {
"@rdf:resource": "http://spdx.org/rdf/terms#noassertion"
},
"ns1:copyrightText": {
"@rdf:resource": "http://spdx.org/rdf/terms#none"
},
"ns1:licenseInfoFromFiles": {
"@rdf:resource": "http://spdx.org/rdf/terms#none"
},
"ns1:hasFile": {
"@rdf:resource": "http://www.spdx.org/files#SPDXRef-1"
},
"@rdf:about": "http://www.spdx.org/tools#SPDXRef-Package",
"ns1:name": "simple"
}
},
"@rdf:about": "http://www.spdx.org/tools#SPDXRef-DOCUMENT",
"ns1:specVersion": "SPDX-2.2"
},
"@xmlns:ns1": "http://spdx.org/rdf/terms#",
"@xmlns:rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
}
}