-
Notifications
You must be signed in to change notification settings - Fork 1
/
license-context.jsonld
58 lines (58 loc) · 1.59 KB
/
license-context.jsonld
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
{
"@context": {
"@version": 1.1,
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"owl": "http://www.w3.org/2002/07/owl#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"gs1": "https://gs1.org/voc/",
"language": "@language",
"value": "@value",
"GS1PrefixLicenseCredential": {
"@id": "gs1:GS1PrefixLicenseCredential"
},
"GS18PrefixLicenseCredential": {
"@id": "gs1:GS18PrefixLicenseCredential"
},
"GS1CompanyPrefixLicenseCredential": {
"@id": "gs1:GS1CompanyPrefixLicenseCredential"
},
"GS1IdentificationKeyLicenseCredential": {
"@id": "gs1:GS1IdentificationKeyLicenseCredential"
},
"GS1DelegatedPrefixLicenseCredential": {
"@id": "gs1:GS1DelegatedPrefixLicenseCredential"
},
"GS1DelegatedIdentificationKeyLicenseCredential": {
"@id": "gs1:GS1DelegatedIdentificationKeyLicenseCredential"
},
"partyGLN": {
"@id": "gs1:partyGLN"
},
"organizationName": {
"@id": "gs1:organizationName"
},
"extendsCredential": {
"@id": "gs1:extendsCredential",
"@type": "@id"
},
"licenseValue": {
"@id": "gs1:licenseValue"
},
"alternativeLicenseValue": {
"@id": "gs1:alternativeLicenseValue"
},
"identificationKeyType": {
"@id": "gs1:identificationKeyType"
},
"isGS1CompanyPrefixLicenseAllowed": {
"@id": "gs1:isGS1CompanyPrefixLicenseAllowed"
},
"isExactMatchRequired": {
"@id": "gs1:isExactMatchRequired"
},
"isGS1IdentificationKeyLicenseAllowed": {
"@id": "gs1:isGS1IdentificationKeyLicenseAllowed"
}
}
}