|
80 | 80 | var respecConfig = { |
81 | 81 | // check https://respec.org/docs/ for the meaning of these keys |
82 | 82 | preProcess: [loadTurtle], |
| 83 | + prevVersion: "https://kg-construct.github.io/rml-core/spec/docs/20260312/", |
| 84 | + latestVersion: "https://kg-construct.github.io/rml-core/spec/docs/20260316/", |
83 | 85 | authors: [ |
84 | 86 | { |
85 | 87 | name: "Pano Maria", |
86 | | - company: "Skemu", |
87 | | - url: "https://skemu.com", |
| 88 | + company: "Model Desk", |
| 89 | + url: "https://modeldesk.io", |
88 | 90 | orcid: "0009-0000-2598-1894", |
89 | | - companyURL: "https://skemu.com" |
| 91 | + companyURL: "https://modeldesk.io" |
90 | 92 | }, |
91 | 93 | { |
92 | 94 | name: "Anastasia Dimou", |
|
100 | 102 | editors: [ |
101 | 103 | { |
102 | 104 | name: "Pano Maria", |
103 | | - company: "Skemu", |
104 | | - url: "https://skemu.com", |
| 105 | + company: "Model Desk", |
| 106 | + url: "https://modeldesk.io", |
105 | 107 | orcid: "0009-0000-2598-1894", |
106 | | - companyURL: "https://skemu.com" |
| 108 | + companyURL: "https://modeldesk.io" |
107 | 109 | }, |
108 | 110 | { |
109 | 111 | name: "Anastasia Dimou", |
|
127 | 129 | localBiblio: { |
128 | 130 | RML: { |
129 | 131 | title: "RDF Mapping Language (RML)", |
130 | | - href: "https://rml.io/specs/rml/", |
| 132 | + href: "http://w3id.org/rml/core/spec", |
131 | 133 | status: "Unofficial Draft", |
132 | | - publisher: "", |
| 134 | + publisher: "KGC-CG-W3C", |
133 | 135 | date: "", |
134 | 136 | }, |
135 | 137 | "RML-IO": { |
136 | 138 | title: "RML-IO", |
137 | 139 | href: "https://w3id.org/rml/io/spec", |
138 | 140 | status: "Draft Community Group Report", |
139 | | - publisher: "W3C", |
| 141 | + publisher: "KGC-CG", |
140 | 142 | date: "12 February 2025", |
141 | 143 | }, |
142 | 144 | "RML-IO-Registry": { |
143 | 145 | title: "RML-IO Registry", |
144 | 146 | href: "http://w3id.org/rml/rml-io-registry", |
145 | 147 | status: "Draft Community Group Report", |
146 | | - publisher: "KGC-CG", |
| 148 | + publisher: "KGC-CG-W3C", |
147 | 149 | date: "31 March 2025", |
148 | 150 | } |
149 | 151 | }, |
|
0 commit comments