-
Notifications
You must be signed in to change notification settings - Fork 1
/
licence-context.jsonld
58 lines (58 loc) · 1.53 KB
/
licence-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",
"GS1PrefixLicenceCredential": {
"@id": "gs1:GS1PrefixLicenceCredential"
},
"GS18PrefixLicenceCredential": {
"@id": "gs1:GS18PrefixLicenceCredential"
},
"GS1CompanyPrefixLicenceCredential": {
"@id": "gs1:GS1CompanyPrefixLicenceCredential"
},
"GS1IdentificationKeyLicenceCredential": {
"@id": "gs1:GS1IdentificationKeyLicenceCredential"
},
"GS1DelegatedPrefixLicenceCredential": {
"@id": "gs1:GS1DelegatedPrefixLicenceCredential"
},
"GS1DelegatedIdentificationKeyLicenceCredential": {
"@id": "gs1:GS1DelegatedIdentificationKeyLicenceCredential"
},
"partyGLN": {
"@id": "gs1:partyGLN"
},
"organizationName": {
"@id": "gs1:organizationName"
},
"extendsCredential": {
"@id": "gs1:extendsCredential",
"@type": "@id"
},
"licenceValue": {
"@id": "gs1:licenceValue"
},
"alternativeLicenceValue": {
"@id": "gs1:alternativeLicenceValue"
},
"identificationKeyType": {
"@id": "gs1:identificationKeyType"
},
"isGS1CompanyPrefixLicenceAllowed": {
"@id": "gs1:isGS1CompanyPrefixLicenceAllowed"
},
"isExactMatchRequired": {
"@id": "gs1:isExactMatchRequired"
},
"isGS1IdentificationKeyLicenceAllowed": {
"@id": "gs1:isGS1IdentificationKeyLicenceAllowed"
}
}
}