|
426 | 426 | },
|
427 | 427 | {
|
428 | 428 | "text": "rdfs literal",
|
429 |
| - "meaning": "rdfs:Literal" |
| 429 | + "description": "This value indicate that the entity being mapped is not a semantic entity with a distinct identifier, but is instead represented entirely by its literal label. This value MUST NOT be used in the predicate_type slot.", |
| 430 | + "meaning": "rdfs:Literal", |
| 431 | + "see_also": [ |
| 432 | + "https://mapping-commons.github.io/sssom/spec-model/#literal-mappings", |
| 433 | + "https://github.com/mapping-commons/sssom/issues/234", |
| 434 | + "https://github.com/mapping-commons/sssom/blob/master/examples/schema/literals.sssom.tsv" |
| 435 | + ] |
430 | 436 | },
|
431 | 437 | {
|
432 | 438 | "text": "rdfs datatype",
|
|
715 | 721 | "Mapping"
|
716 | 722 | ],
|
717 | 723 | "range": "EntityReference",
|
718 |
| - "required": true, |
719 | 724 | "@type": "SlotDefinition"
|
720 | 725 | },
|
721 | 726 | {
|
|
966 | 971 | "Mapping"
|
967 | 972 | ],
|
968 | 973 | "range": "EntityReference",
|
969 |
| - "required": true, |
970 | 974 | "@type": "SlotDefinition"
|
971 | 975 | },
|
972 | 976 | {
|
|
2185 | 2189 | ],
|
2186 | 2190 | "slot_usage": {},
|
2187 | 2191 | "class_uri": "http://www.w3.org/2002/07/owl#Axiom",
|
| 2192 | + "rules": [ |
| 2193 | + { |
| 2194 | + "preconditions": { |
| 2195 | + "slot_conditions": [ |
| 2196 | + { |
| 2197 | + "name": "subject_type", |
| 2198 | + "equals_string": "rdfs literal", |
| 2199 | + "@type": "SlotDefinition" |
| 2200 | + } |
| 2201 | + ], |
| 2202 | + "@type": "AnonymousClassExpression" |
| 2203 | + }, |
| 2204 | + "postconditions": { |
| 2205 | + "slot_conditions": [ |
| 2206 | + { |
| 2207 | + "name": "subject_label", |
| 2208 | + "required": true, |
| 2209 | + "@type": "SlotDefinition" |
| 2210 | + } |
| 2211 | + ], |
| 2212 | + "@type": "AnonymousClassExpression" |
| 2213 | + }, |
| 2214 | + "@type": "ClassRule" |
| 2215 | + }, |
| 2216 | + { |
| 2217 | + "preconditions": { |
| 2218 | + "slot_conditions": [ |
| 2219 | + { |
| 2220 | + "name": "subject_type", |
| 2221 | + "none_of": [ |
| 2222 | + { |
| 2223 | + "equals_string": "rdfs literal", |
| 2224 | + "@type": "AnonymousSlotExpression" |
| 2225 | + } |
| 2226 | + ], |
| 2227 | + "@type": "SlotDefinition" |
| 2228 | + } |
| 2229 | + ], |
| 2230 | + "@type": "AnonymousClassExpression" |
| 2231 | + }, |
| 2232 | + "postconditions": { |
| 2233 | + "slot_conditions": [ |
| 2234 | + { |
| 2235 | + "name": "subject_id", |
| 2236 | + "required": true, |
| 2237 | + "@type": "SlotDefinition" |
| 2238 | + } |
| 2239 | + ], |
| 2240 | + "@type": "AnonymousClassExpression" |
| 2241 | + }, |
| 2242 | + "@type": "ClassRule" |
| 2243 | + }, |
| 2244 | + { |
| 2245 | + "preconditions": { |
| 2246 | + "slot_conditions": [ |
| 2247 | + { |
| 2248 | + "name": "object_type", |
| 2249 | + "equals_string": "rdfs literal", |
| 2250 | + "@type": "SlotDefinition" |
| 2251 | + } |
| 2252 | + ], |
| 2253 | + "@type": "AnonymousClassExpression" |
| 2254 | + }, |
| 2255 | + "postconditions": { |
| 2256 | + "slot_conditions": [ |
| 2257 | + { |
| 2258 | + "name": "object_label", |
| 2259 | + "required": true, |
| 2260 | + "@type": "SlotDefinition" |
| 2261 | + } |
| 2262 | + ], |
| 2263 | + "@type": "AnonymousClassExpression" |
| 2264 | + }, |
| 2265 | + "@type": "ClassRule" |
| 2266 | + }, |
| 2267 | + { |
| 2268 | + "preconditions": { |
| 2269 | + "slot_conditions": [ |
| 2270 | + { |
| 2271 | + "name": "object_type", |
| 2272 | + "none_of": [ |
| 2273 | + { |
| 2274 | + "equals_string": "rdfs literal", |
| 2275 | + "@type": "AnonymousSlotExpression" |
| 2276 | + } |
| 2277 | + ], |
| 2278 | + "@type": "SlotDefinition" |
| 2279 | + } |
| 2280 | + ], |
| 2281 | + "@type": "AnonymousClassExpression" |
| 2282 | + }, |
| 2283 | + "postconditions": { |
| 2284 | + "slot_conditions": [ |
| 2285 | + { |
| 2286 | + "name": "object_id", |
| 2287 | + "required": true, |
| 2288 | + "@type": "SlotDefinition" |
| 2289 | + } |
| 2290 | + ], |
| 2291 | + "@type": "AnonymousClassExpression" |
| 2292 | + }, |
| 2293 | + "@type": "ClassRule" |
| 2294 | + } |
| 2295 | + ], |
2188 | 2296 | "@type": "ClassDefinition"
|
2189 | 2297 | },
|
2190 | 2298 | {
|
|
2315 | 2423 | ],
|
2316 | 2424 | "metamodel_version": "1.7.0",
|
2317 | 2425 | "source_file": "sssom_schema.yaml",
|
2318 |
| - "source_file_date": "2024-08-06T18:58:28", |
2319 |
| - "source_file_size": 31410, |
2320 |
| - "generation_date": "2024-08-06T18:58:48", |
| 2426 | + "source_file_date": "2024-08-09T22:23:57", |
| 2427 | + "source_file_size": 32836, |
| 2428 | + "generation_date": "2024-08-09T22:25:39", |
2321 | 2429 | "@type": "SchemaDefinition",
|
2322 | 2430 | "@context": [
|
2323 | 2431 | "project/jsonld/sssom_schema.context.jsonld",
|
|
0 commit comments