@@ -79,14 +79,14 @@ def get_metaschema():
79
79
"@id" : "https://w3id.org/cwl/salad#docAfter" ,
80
80
"@type" : "@id"
81
81
},
82
- "docParent" : {
83
- "@id" : "https://w3id.org/cwl/salad#docParent" ,
84
- "@type" : "@id"
85
- },
86
82
"docChild" : {
87
83
"@id" : "https://w3id.org/cwl/salad#docChild" ,
88
84
"@type" : "@id"
89
85
},
86
+ "docParent" : {
87
+ "@id" : "https://w3id.org/cwl/salad#docParent" ,
88
+ "@type" : "@id"
89
+ },
90
90
"documentRoot" : "https://w3id.org/cwl/salad#SchemaDefinedType/documentRoot" ,
91
91
"documentation" : "https://w3id.org/cwl/salad#documentation" ,
92
92
"double" : "http://www.w3.org/2001/XMLSchema#double" ,
@@ -105,12 +105,15 @@ def get_metaschema():
105
105
},
106
106
"jsonldPredicate" : "sld:jsonldPredicate" ,
107
107
"long" : "http://www.w3.org/2001/XMLSchema#long" ,
108
+ "mapPredicate" : "https://w3id.org/cwl/salad#JsonldPredicate/mapPredicate" ,
109
+ "mapSubject" : "https://w3id.org/cwl/salad#JsonldPredicate/mapSubject" ,
108
110
"name" : "@id" ,
109
111
"noLinkCheck" : "https://w3id.org/cwl/salad#JsonldPredicate/noLinkCheck" ,
110
112
"null" : "https://w3id.org/cwl/salad#null" ,
111
113
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#" ,
112
114
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#" ,
113
115
"record" : "https://w3id.org/cwl/salad#record" ,
116
+ "refScope" : "https://w3id.org/cwl/salad#JsonldPredicate/refScope" ,
114
117
"sld" : "https://w3id.org/cwl/salad#" ,
115
118
"specialize" : "https://w3id.org/cwl/salad#SaladRecordSchema/specialize" ,
116
119
"specializeFrom" : {
@@ -129,8 +132,10 @@ def get_metaschema():
129
132
},
130
133
"type" : {
131
134
"@id" : "https://w3id.org/cwl/salad#type" ,
132
- "@type" : "@vocab"
135
+ "@type" : "@vocab" ,
136
+ "typeDSL" : True
133
137
},
138
+ "typeDSL" : "https://w3id.org/cwl/salad#JsonldPredicate/typeDSL" ,
134
139
"xsd" : "http://www.w3.org/2001/XMLSchema#"
135
140
})
136
141
0 commit comments