-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathscdContext.jsonld
69 lines (69 loc) · 3.73 KB
/
scdContext.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
{
"@context": {
"@version": 1.0,
"@protected": true,
"ceasn": "https://purl.org/ctdlasn/terms/",
"ceds": "https://ceds.ed.gov/element/",
"dct": "http://purl.org/dc/terms/",
"scd": "https://opensource.ieee.org/scd#",
"sdo": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"Class": "rdfs:Class",
"CompetencyDefinition": "scd:CompetencyDefinition",
"CompetencyFramework": "scd:CompetencyFramework",
"Concept": "skos:Concept",
"Property": "rdf:Property",
"Resource": "rdfs:Resource",
"ResourceAssociation": "scd:ResourceAssociation",
"Rubric": "scd:Rubric",
"RubricCriterion": "scd:RubricCriterion",
"RubricCriterionLevel": "scd:RubricCriterionLevel",
"Standard": "dct:Standard",
"associationType": "scd:associationType", "@type": "@id"},
"authoritativeSource": {"@id": "scd:authoritativeSource", "@type": "@id"},
"category": {"@id": "scd:category", "@container": "@language"},
"comment": {"@id": "rdfs:comment", "@container": "@language"},
"competencyAssociation": {"@id": "scd:competencyAssociation", "@type": "@id"},
"competencyCategory": {"@id": "ceasn:competencyCategory", "@container": "@language"},
"competencyLevel": {"@id": "scd:competencyLevel", "@type": "@id"} ,
"competencyStatement": {"@id": "scd:competencyStatement", "@container": "@language"},
"conformsTo": {"@id": "scd:conformsTo", "@type": "@id"},
"description": {"@id": "scd:description", "@container": "@language"},
"destination": {"@id": "scd:destination", "@type": "@id"},
"domainIncludes": {"@id": "schema:domaineIncludes", "@type": "@id"},
"equivalentProperty": "owl:equivalentProperty",
"feedback": {"@id": "scd:feedback", "@container": "@language"},
"hasMember": {"@id": "scd:hasMember", "@type": "@id"},
"hasCompetencyDefinition": {"@id": "scd:hasCompetencyDefinition", "@type": "@id"},
"hasCompetencyFramework": {"@id": "scd:hasCompetencyFramework", "@type": "@id"},
"hasCriterion": {"@id": "scd:hasCriterion", "@type": "@id"},
"hasPart": {"@id": "scd:hasPart", "@type": "@id"},
"hasRubric": {"@id": "scd:hasRubric", "@type": "@id"},
"hasSubframework": {"@id": "scd:hasSubframework", "@type": "@id"} ,
"id": {"@id": "scd:id", "@type": "sdo:url"} ,
"identifier": {"@id": "schema:url", "@type": "@id"} ,
"isSupportedBy": {"@id": "scd:isSupportedBy", "@type": "@id"} ,
"method": {"@id": "scd:method", "@container": "@language"},
"label": {"@id": "rdfs:label", "@container": "@language"},
"langString": "rdf:langString",
"name": {"@id": "scd:name", "@container": "@language"} ,
"note": {"@id": "skos:note", "@container": "@language"} ,
"originalFramework": {"id": "rdfs:Resource"} ,
"property": {"@id": "rdf:Property"} ,
"position": {"@id": "sdc:position", "@type": "xsd:integer"} ,
"rangeIncludes": {"@id": "schema:rangeIncludes", "@type": "@id"},
"referenceCode": "scd:referenceCode", "@type": "xsd:string",
"resourceAssociation": {"@id": "scd:resourceAssociation", "@type": "@id" },
"requires": {"@id": "scd:requires", "@type": "@id"},
"rubricCriterion": {"@id": "scd:rubricCriterion", "@type": "@id"} ,
"rubricCriterionLevel": {"@id": "scd:rubricCriterionLevel", "@type": "@id"} ,
"score": {"@id": "scd:score", "@type": "xsd:float"} ,
"source": {"@id": "scd:source", "@type": "@id"} ,
"type": {"@id": "scd:type", "@type": "@id"} ,
"typeLabel": {"@id": "scd:label", "@container": "@language"} ,
"weight": {"@id": "scd:weight", "@type": "xsd:float"}
}