-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathP1484.2.1-context.json
118 lines (105 loc) · 4.59 KB
/
P1484.2.1-context.json
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"@context": [
"https://opensource.ieee.org/rcd/v2021.json",
{
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"competencyDefinition": {
"@id": "https://opensource.ieee.org/rcd/v2021.json#competencyDefinition",
"@context": {
"@version": 1.0,
"@protected": true,
"id": "@id",
"type": "@type",
"schema": "http://schema.org/",
"text": "schema:Text",
"referenceCode": "schema:Text",
"name": "schema:description",
"typeUrl": "schema:url",
"typeLabel": "schema:Text",
"hasPart" : "schema:url",
"isSupportedBy" : "schema:url",
"Requires" : "schema:url",
"competencyFramework": "https://opensource.ieee.org/rcd/v2021.json#competencyFramework",
"competencyAssociation": "https://opensource.ieee.org/rcd/v2021.json#competencyAssociation",
"rubricCriterion": "https://opensource.ieee.org/rcd/v2021.json#rubric"
}
},
"competencyFramework": {
"@id": "https://opensource.ieee.org/rcd/v2021.json#competencyFramework",
"@context": {
"@version": 1.0,
"@protected": true,
"id": "@id",
"type": "@type",
"schema": "http://schema.org/",
"name": "schema:name",
"authoritativeSource": "schema:url",
"competencyDefinition": "https://opensource.ieee.org/rcd/v2021.json#competencyDefinition",
"competencyAssociation": "https://opensource.ieee.org/rcd/v2021.json#competencyAssociation"
}
},
"competencyAssociation": {
"@id": "https://opensource.ieee.org/rcd/v2021.json#competencyAssociation",
"@context": {
"@version": 1.0,
"@protected": true,
"id": "@id",
"type": "@type",
"schema": "http://schema.org/",
"associationType": "schema:Text",
"source": "schema:url",
"destination": "schema:url",
"weight": "schema:Number"
}
},
"rubric": {
"@id": "https://opensource.ieee.org/rcd/v2021.json#rubric",
"@context": {
"@version": 1.0,
"@protected": true,
"id": "@id",
"type": "@type",
"schema": "http://schema.org/",
"name": "schema:name",
"description": "schema:description",
"method": "How to specify controlled vocab here for manual or automatic????",
"rubricCriterion": "https://opensource.ieee.org/rcd/v2021.json#rubricCriterion"
}
},
"rubricCriterion": {
"@id": "https://opensource.ieee.org/rcd/v2021.json#rubricCriterion",
"@context": {
"@version": 1.0,
"@protected": true,
"id": "@id",
"type": "@type",
"schema": "http://schema.org/",
"name": "schema:name",
"category": "schema:category",
"description": "schema:description",
"position": "schema:Integer",
"weight": "schema:Number",
"rubricCriterionLevel": "https://opensource.ieee.org/rcd/v2021.json#rubricCriterionLevel"
}
},
"rubricCriterionLevel": {
"@id": "https://opensource.ieee.org/rcd/v2021.json#rubricCriterionLevel",
"@context": {
"@version": 1.0,
"@protected": true,
"id": "@id",
"type": "@type",
"schema": "http://schema.org/",
"name": "schema:name",
"description": "schema:description",
"feedback": "schema:Text",
"position": "schema:Integer",
"score": "schema:Number"
}
}
}
]
}