-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontext.jsonld
86 lines (86 loc) · 2.67 KB
/
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"@context" : {
"Informed" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#Informed",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"FreelyGiven" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#FreelyGiven",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"Unambiguous" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#Unambiguous",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"topDataProperty" : {
"@id" : "http://www.w3.org/2002/07/owl#topDataProperty"
},
"isSeekedBy" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#isSeekedBy",
"@type" : "@id"
},
"narrower" : {
"@id" : "http://www.w3.org/2004/02/skos/core#narrower"
},
"ValidConsent" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#ValidConsent"
},
"creator" : {
"@id" : "http://purl.org/dc/terms/creator"
},
"Explicit" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#Explicit",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasLegalCapacity" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#hasLegalCapacity",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"Specific" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#Specific",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"Information" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#Information"
},
"DataSubject" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#DataSubject"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy"
},
"title" : {
"@id" : "http://purl.org/dc/terms/title"
},
"DataController" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#DataController"
},
"licence" : {
"@id" : "http://purl.org/dc/terms/licence"
},
"providesInformation" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#providesInformation",
"@type" : "@id"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"isReceivedBy" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#isReceivedBy",
"@type" : "@id"
},
"contributor" : {
"@id" : "http://purl.org/dc/terms/contributor"
},
"givesConsent" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#givesConsent",
"@type" : "@id"
},
"Consent" : {
"@id" : "http://ciolaws.com/ontologies/eulr-consent#Consent"
}
}
}