forked from ChelseaKR/ctdl-validate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbug_class_252_wrong_framework_identifier.json
More file actions
32 lines (32 loc) · 1.64 KB
/
Copy pathbug_class_252_wrong_framework_identifier.json
File metadata and controls
32 lines (32 loc) · 1.64 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
{
"@context": "https://credreg.net/ctdlasn/schema/context/json",
"@graph": [
{
"@id": "https://credentialengineregistry.org/resources/ce-177f4c85-4efe-401d-acdd-1ea4adeeaf37",
"@type": "ceasn:CompetencyFramework",
"ceterms:ctid": "ce-177f4c85-4efe-401d-acdd-1ea4adeeaf37",
"ceasn:name": { "en-US": "The Framework These Competencies Belong To" }
},
{
"@id": "https://credentialengineregistry.org/resources/ce-5e3de882-3b49-421b-b623-695c63587f4f",
"@type": "ceasn:Competency",
"ceterms:ctid": "ce-5e3de882-3b49-421b-b623-695c63587f4f",
"ceasn:competencyText": { "en-US": "Member competency with the correct isPartOf" },
"ceasn:isPartOf": "https://credentialengineregistry.org/resources/ce-177f4c85-4efe-401d-acdd-1ea4adeeaf37"
},
{
"@id": "https://credentialengineregistry.org/resources/ce-9e492574-07fc-4154-b7f2-898425f4f3a3",
"@type": "ceasn:Competency",
"ceterms:ctid": "ce-9e492574-07fc-4154-b7f2-898425f4f3a3",
"ceasn:competencyText": { "en-US": "Member competency whose isPartOf carries some other identifier" },
"ceasn:isPartOf": "https://credentialengineregistry.org/resources/ce-82566cee-17f3-4a6e-8f59-b45273aac457"
},
{
"@id": "https://credentialengineregistry.org/resources/ce-b4da9602-bb7a-4ddc-9426-f119482e32a9",
"@type": "ceasn:Competency",
"ceterms:ctid": "ce-b4da9602-bb7a-4ddc-9426-f119482e32a9",
"ceasn:competencyText": { "en-US": "Member competency whose isPartOf points at another competency" },
"ceasn:isPartOf": "https://credentialengineregistry.org/resources/ce-5e3de882-3b49-421b-b623-695c63587f4f"
}
]
}