forked from stuartasutton/P1484.20.3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathv2023.json
More file actions
120 lines (107 loc) · 4.39 KB
/
v2023.json
File metadata and controls
120 lines (107 loc) · 4.39 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
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
119
120
{
"@context": [
"https://opensource.ieee.org/scd/v2023.json",
{
"@version": "2023",
"@protected": true,
"id": "@id",
"type": "@type",
"CompetencyDefinition": {
"@id": "https://opensource.ieee.org/scd/v2023.json#CompetencyDefinition",
"@context": {
"@version": "2023",
"@protected": true,
"type": "@type",
"schema": "http://schema.org/",
"competencyStatement": "rdf:langString",
"competencyLevel": "RubricCriterionLevel",
"description": "rdf:langString",
"hasCompetencyFramework": "@id",
"hasCriterion": "Criterion",
"id": "@id",
"name": "rdf:langString",
"referenceCode": "rdf:Literal",
"resourceAssociation": "rdfs:Resource",
"competencyType": "skos:Concept",
"competencyTypeLabel": "rdf:langString"
}
},
"CompetencyFramework": {
"@id": "https://opensource.ieee.org/scd/v2023.json#CompetencyFramework",
"@context": {
"@version": "2023",
"@protected": true,
"type": "@type",
"schema": "http://schema.org/",
"name": "rdf:langString",
"description": "rdf:langString",
"hasCompetencyDefinition": "CompetencyDefinition",
"hasRubric": "Rubric",
"id": "@id",
"originalFramework": "rdfs:Resource",
"resourceAssociation": "ResourceAssociaiton"
}
},
"CompetencyAssociation": {
"@id": "https://opensource.ieee.org/scd/v2023.json#CompetencyAssociation",
"@context": {
"@version": "2023",
"@protected": true,
"type": "@type",
"schema": "http://schema.org/",
"associationType": "skos:Concept",
"destination": "rdfs:Resource",
"id": "@id",
"source": "rdfs:Resource",
"hasCompetencyFramrwork": "CompetencyFramework",
"weight": "rdfs:Literal"
}
},
"Rubric": {
"@id": "https://opensource.ieee.org/scd/v2023.json#Rubric",
"@context": {
"@version": "2023",
"@protected": true,
"type": "@type",
"schema": "http://schema.org/",
"id": "@id",
"description":"rdf:langString",
"method":"skos:Concept",
"name":"rdf:langString",
"rubricCriterion":"RubricCriterion"
}
},
"RubricCriterion": {
"@id": "https://opensource.ieee.org/scd/v2023.json#RubricCriterion",
"@context": {
"@version": "2023",
"@protected": true,
"type": "@type",
"schema": "http://schema.org/",
"id": "@id",
"name": "rdf:langString",
"category": "rdf:langString",
"description": "rdf:langString",
"position": "rdf:langString",
"rubricCriterionLevel": "RubricCriterionLevel",
"weight": "rdfs:Literal"
}
},
"RubricCriterionLevel": {
"@id": "https://opensource.ieee.org/scd/v2023.json#RubricCriterionLevel",
"@context": {
"@version": "2023",
"@protected": true,
"type": "@type",
"schema": "http://schema.org/",
"id": "@id",
"name": "rdf:langString",
"description": "rdf:langString",
"feedback": "rdf:langString",
"position": "rdfs:Literal",
"score": "rdfs:Literal"
}
}
}
]
}