|
8 | 8 | "sioc": "http://rdfs.org/sioc/ns#", |
9 | 9 | "dgc": "https://discoursegraphs.com/schema/dg_core#", |
10 | 10 | "dgb": "https://discoursegraphs.com/schema/dg_base#", |
| 11 | + "mira": "http://purl.org/mira-science/mira#", |
11 | 12 | "predicate": "rdf:predicate", |
12 | 13 | "subClassOf": "rdfs:subClassOf", |
13 | 14 | "label": "rdfs:label", |
|
60 | 61 | "supports": { "@id": "dgc:supports", "@type": "@id" }, |
61 | 62 | "supportedBy": { "@id": "dgc:supportedBy", "@type": "@id" }, |
62 | 63 | "addresses": { "@id": "dgc:addresses", "@type": "@id" }, |
63 | | - "addressedBy": { "@id": "dgc:addressedBy", "@type": "@id" } |
| 64 | + "addressedBy": { "@id": "dgc:addressedBy", "@type": "@id" }, |
| 65 | + |
| 66 | + "Request": "mira:Request", |
| 67 | + "Protocol": "mira:Protocol", |
| 68 | + "follows": { "@id": "mira:follows", "@type": "@id" }, |
| 69 | + "grounds": { "@id": "mira:grounds", "@type": "@id" }, |
| 70 | + "is_grounded_in": { "@id": "mira:is_grounded_in", "@type": "@id" }, |
| 71 | + "request_for": { "@id": "mira:request_for", "@type": "@id" }, |
| 72 | + "request_target": { "@id": "mira:request_target", "@type": "@id" } |
64 | 73 | } |
65 | 74 | } |
0 commit comments